mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 12:03:07 +02:00
Add test script
This commit is contained in:
parent
42db2c1d44
commit
c1e6aae2e2
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