Skip to content
Snippets Groups Projects

fudist can take more than 1 argument now

Open bkessler requested to merge bkessler/tutorscripts:main into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -7,7 +7,6 @@ if [ $# -lt 1 ] || ([ ! -f 'grades.csv' ] && [ ! -f 'grades.xls' ]); then
@@ -7,7 +7,6 @@ if [ $# -lt 1 ] || ([ ! -f 'grades.csv' ] && [ ! -f 'grades.xls' ]); then
exit 1
exit 1
fi
fi
files=$@
find \
find \
-name 'Submission attachment(s)' \
-name 'Submission attachment(s)' \
-exec cp "$files" {} \;
-exec cp "$@" {} \;
Loading