diff --git a/.bin/dopaste b/.bin/dopaste index d33f2aa..63865f6 100755 --- a/.bin/dopaste +++ b/.bin/dopaste @@ -24,7 +24,7 @@ else fi -ssh sdk@home.codevoid.de "cd ~/make-web && make install" +ssh ${SSH} "cd ~/make-web && make install" printf "${WEB}/${f##*/}\n" printf "${WEB}/${f##*/}" | xclip diff --git a/.bin/sshot b/.bin/sshot index 4bcd8df..98e7709 100755 --- a/.bin/sshot +++ b/.bin/sshot @@ -20,4 +20,4 @@ test -f /usr/local/bin/pngcrush \ _SWM_WS=-1 texec "upload \"$file\"" # NOTIFY -$NOTIFY_CMD "$(xclip -o)" +NOTIFY_CMD "$(xclip -o)"