ant/web/start.sh

6 lines
76 B
Bash
Executable File

#!/bin/bash
for (( i = 0; i < 10; i++ )); do
node app
sleep 10
done