This commit is contained in:
Daniel Schubert 2019-01-02 15:05:29 +01:00
parent eaff59442d
commit b47b072775
1 changed files with 0 additions and 5 deletions

View File

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