Vulcan/get_file_list.sh

3 lines
43 B
Bash
Raw Normal View History

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