diff options
author | ryo <ryo@nopwd.lol> | 2024-12-17 00:15:40 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2024-12-17 00:15:40 +0000 |
commit | 8321c0e378204ed93e391b1ec3933aabe28e757d (patch) | |
tree | e19e4b130e05c4b73aec7b1df7a160c7fbb0c751 /bin/scshot.sh | |
parent | 30beb339e8566d3b336b60292a3a2592b92d256f (diff) |
Added null.sh and zathura plus some fixes
In scripts don't specify dash but just sh.
Removed bc from aliases.
Changed pocket to dl.
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" |