diff options
Diffstat (limited to 'bin/scshot.sh')
-rwxr-xr-x | bin/scshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/scshot.sh b/bin/scshot.sh index e789c6e..a709c63 100755 --- a/bin/scshot.sh +++ b/bin/scshot.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env dash +#!/bin/sh sspath="$HOME/media" ssname="$(date +"%F_%I%M").png" |