Skip to content

Commit

Permalink
Update convert2pdf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adanghidayat authored May 24, 2017
1 parent 5bd55c1 commit 36ec899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion convert2pdf.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
for i in *'Screenshotfrom2017-02-09'*; do mv "$i" `echo $i | sed -e 's/Screenshotfrom2017-02-09//g'`; done
#for i in *'Screenshotfrom2017-02-09'*; do mv "$i" `echo $i | sed -e 's/Screenshotfrom2017-02-09//g'`; done
convert *.png foo.pdf

0 comments on commit 36ec899

Please sign in to comment.