mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 13:03:05 +02:00
Add test script
This commit is contained in:
parent
795f56023e
commit
8c1fe9e7a1
5
scripts/test_bad.sh
Normal file
5
scripts/test_bad.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for file in "$@"; do
|
||||
echo "Processing $file"
|
||||
done
|
||||
Loading…
Reference in New Issue
Block a user