ArchiSys/TD/TD1/td1_lucas/ex_3/ex_3a.sh

9 lines
210 B
Bash
Raw Normal View History

2024-02-02 11:08:48 +01:00
#!/bin/bash
[[ $1 ]] || exit 1
touch $1/ex_1/src/main.c
touch $1/ex_1/src/include/test.txt
touch $1/ex_1/bin/anotherfile.txt
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | head -c 20 > $1/ex_1/test/results/res1.txt