Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pangyre/apv
Browse files Browse the repository at this point in the history
  • Loading branch information
pangyre committed Mar 24, 2012
2 parents bb02592 + 777d153 commit a1db1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aliases
Expand Up @@ -20,7 +20,7 @@ alias hs "perldoc -m HTTP::Status | perl -ne '/\A\s+100/ .. /510/ and print'"


alias p 'sudo -u apache prove -l lib -v' alias p 'sudo -u apache prove -l lib -v'
alias hanged 'ps uawwx | egrep "^apv" | grep dev | grep -v dev' alias hanged 'ps uawwx | egrep "^apv" | grep dev | grep -v dev'
alias htd "perl -MHTML::Entities -le 'print decode_entities +shift'" alias htd "perl -CO -MHTML::Entities -le 'print decode_entities +shift'"
# alias hte "perl -MHTML::Entities -le 'print HTML::Entities::encode_entities_numeric( +shift, "[\w\W]" )'" # alias hte "perl -MHTML::Entities -le 'print HTML::Entities::encode_entities_numeric( +shift, "[\w\W]" )'"




Expand Down

0 comments on commit a1db1a9

Please sign in to comment.