mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-11 18:31:08 +00:00
5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
time find cmd -name "deploy.sh" -exec {} \;
|