sample-pack-java8/exec.sh

8 lines
86 B
Bash
Raw Normal View History

2021-08-18 19:21:48 +08:00
#!/usr/bin/env bash
set -e
while true ; do
echo "executing..."
sleep 1
done