rwxrob-dot/scripts/1to10
2022-10-08 03:27:01 -04:00

3 lines
54 B
Bash
Executable File

#!/bin/bash
for i in {1..10}; do echo $i. thing; done