diff options
Diffstat (limited to 'scripts/xshot.sh')
-rwxr-xr-x | scripts/xshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xshot.sh b/scripts/xshot.sh index d7984e3..0fbe40e 100755 --- a/scripts/xshot.sh +++ b/scripts/xshot.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh PIC="${HOME}/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png" |