ksh: update screenshot server address

This commit is contained in:
Jeremy Baxter 2024-05-30 09:34:42 +12:00
parent 6f00e266d3
commit 095424521a

2
.kshrc
View file

@ -13,7 +13,7 @@ alias sway="dbus-launch --exit-with-session sway"
alias pmx="pulseaudio --start && pulsemixer"
upload () {
rsync "$1" root@baxter.local:/srv/www/sshots/
rsync "$1" root@baxters.nz:/srv/www/sshots/
printf 'http://%s/sshots/%s' "$(curl ifconfig.co | xargs)" "$(basename "$1")" | wl-copy
}