Skip to content

Commit

Permalink
Update bulk_decrypt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DJayalath authored Jun 18, 2020
1 parent dac4251 commit aab8679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bulk_decrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# $2 = folder containing png files
# $3 = password

for file in $2*.png
for file in $2/*.png
do
java -jar $1 decode -i $file -p $3
done

0 comments on commit aab8679

Please sign in to comment.