This commit is contained in:
2017-09-09 11:11:14 +04:00
parent 4c4737d38e
commit 144af00bed

View File

@@ -52,6 +52,9 @@ alias -g LATEST='*(om[1])'
#alias revs="ssh abra0 'tail -f -n0 ~/reverse_shell' | tee -a .rem_history| zsh -s" #alias revs="ssh abra0 'tail -f -n0 ~/reverse_shell' | tee -a .rem_history| zsh -s"
#alias nika_pop="echo \"afplay ~/tmp/nika.mp3\" > ~/reverse_shell" #alias nika_pop="echo \"afplay ~/tmp/nika.mp3\" > ~/reverse_shell"
# remote tmux on server
alias tmuxr="tmux new -ADs mosh-session"
function publish() { function publish() {
rsyncc $@ "dedi:/var/www/abra.me/list/" rsyncc $@ "dedi:/var/www/abra.me/list/"
} }