Files
ProjectOctopus/agent-go/tmp/simple.sh
2023-06-15 17:03:22 +08:00

7 lines
62 B
Bash
Executable File

#!/bin/bash
for i in {1..30}
do
echo "yes"
sleep 0.3
done