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