mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 17:15:12 +00:00
5 lines
75 B
Bash
Executable file
5 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
time find cmd -name "test.sh" -exec {} \;
|