Changed alias 'ss' to 'sstat'

Due to conflict with /bin/ss (netstat successor), changed the alias 'ss' to 'sstat' for thin --stats
This commit is contained in:
Michele Bologna 2014-09-17 11:46:34 +02:00
commit 1b695cba10

View file

@ -58,7 +58,7 @@ alias rn='rake notes'
alias rr='rake routes'
# legacy stuff
alias ss='thin --stats "/thin/stats" start'
alias sstat='thin --stats "/thin/stats" start'
alias sg='ruby script/generate'
alias sd='ruby script/destroy'
alias sp='ruby script/plugin'