summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/shot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/shot b/scripts/shot
index 1d296c8..dc1de87 100755
--- a/scripts/shot
+++ b/scripts/shot
@@ -42,7 +42,7 @@ shift $((OPTIND - 1))
outfile="${input}"
-[ -d "${input}" ] && outfile="${input}/$(date '+%b%d::%H%M%S')"
+[ -d "${input}" ] && outfile="${input}/$(date '+%b%d::%H%M%S').png"
if [ ! -e "$(dirname "${outfile}")" ]; then
mkdir -p "$(dirname "${outfile}")" > /dev/null 2>&1 \