5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "Creating $FILENAME"
|
||
|
touch "$OUT/$FILENAME"
|