From 671aeb728adcb3224f4ddeadeab3dd5a5d7b808a Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Fri, 14 Apr 2023 16:46:09 +0200 Subject: [PATCH] Update 2023-04-14 16:46 OpenBSD/amd64 --- .bin/sshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/sshot b/.bin/sshot index 740e09d..dfa0663 100755 --- a/.bin/sshot +++ b/.bin/sshot @@ -7,7 +7,7 @@ cleanup() { notify-send "sshot: Aborted..." } -_filename="scr-$(date "+%Y-%m-%d_%H-%M-%S")-sshot.png" +_filename="$(date "+%Y-%m-%d_%H-%M-%S")-sshot.png" _file_tmp="/tmp/${_filename}" _file_out="${HOME}/.screenshots/${_filename}"