Files
pyvncs/test.sh
2019-04-09 20:34:12 -04:00

7 lines
63 B
Bash
Executable File

#!/bin/bash
for a in $(seq 1 5); do
echo "$a $$"
sleep 1
done