Skip to content

Commit

Permalink
printscreen: allow extra args
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Oct 22, 2011
1 parent 5685a1c commit 3ff2ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printscreen
@@ -1,3 +1,3 @@
#!/bin/sh

exec scrot '%Y.%m.%d-$wx$h.png'
exec scrot "$@" '%Y.%m.%d-$wx$h.png'

0 comments on commit 3ff2ecc

Please sign in to comment.