rwxrob-dot/scripts/1to10

3 lines
54 B
Plaintext
Raw Normal View History

2022-10-08 07:27:01 +00:00
#!/bin/bash
for i in {1..10}; do echo $i. thing; done