This commit is contained in:
2019-01-02 15:04:16 +01:00
parent 392c5ce4b5
commit eaff59442d
9 changed files with 426 additions and 44 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
for f in {1..9}; do
touch "$f xx.txt"
done