summary refs log tree commit diff
path: root/home/.bin/sup
blob: 7a69d9d0e49321501541acca32c40893ea07ee3a (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env zsh
set -o errexit -o nounset -o pipefail

dir=$(mktemp -d)
screencapture -i "$dir/capture.png"
up "$dir/capture.png"
rm -r "$dir"
;id=0d69b6e5d64c565442abd03485f62a31f2e8dbd7&follow=1'>contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe