yolo_web/scripts/test.sh

7 lines
67 B
Bash

#!/bin/bash
for i in {1..500}; do
echo "${1} ${i}"
sleep 2
done