testsAndMisc/scripts/test_bad.sh

6 lines
73 B
Bash

#!/usr/bin/env bash
for file in "$@"; do
echo "Processing $file"
done