dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit 71372f95611dd2b14ffd0a70b66b682156010140
parent 4b2cd9a1ff7d5bf4e36a4e26e8848c9659fc1bbc
Author: Arne Swanson <nownpl@0111.click>
Date:   Wed, 15 Aug 2018 22:25:46 -0300

Fixed~

Diffstat:
scripts/shot | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/shot b/scripts/shot @@ -1,4 +1,5 @@ #!/bin/sh DIRECTORY="${HOME}/files/shot" import "${DIRECTORY}/$1.png" -echo "${DIRECTORY}/$1.png" | pb -f | tr -d '\n' | xc | alert "Saved screenshot to ${DIRECTORY}/$1.png"- \ No newline at end of file +echo "${DIRECTORY}/$1.png" | pb -f | tr -d '\n' | xc +alert "Saved screenshot to ${DIRECTORY}/$1.png"+ \ No newline at end of file