Commit 1a4dc0d2 authored by Michele Bologna's avatar Michele Bologna Committed by ncanceill
Browse files

Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).

parent 69dee653
...@@ -59,7 +59,7 @@ alias rn='rake notes' ...@@ -59,7 +59,7 @@ alias rn='rake notes'
alias rr='rake routes' alias rr='rake routes'
# legacy stuff # legacy stuff
alias ss='thin --stats "/thin/stats" start' alias sstat='thin --stats "/thin/stats" start'
alias sg='ruby script/generate' alias sg='ruby script/generate'
alias sd='ruby script/destroy' alias sd='ruby script/destroy'
alias sp='ruby script/plugin' alias sp='ruby script/plugin'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment