scripts/sharenix.sh

13 lines
163 B
Bash
Executable File

#!/usr/bin/env zsh
f=$HOME/Pictures/$(date "+%y%m%d-%H%M%S").png
spectacle -b $spectacleargs -n -o $f
if [ -f $f ]
then
sharenix -n -s Greyserv $f
fi
rm $f