Vulcan/get_file_list.sh

3 lines
No EOL
43 B
Bash

for f in $(find $1); do
echo \'$f\',
done