Skip to content

Commit

Permalink
Remove old server alias
Browse files Browse the repository at this point in the history
Ref. 958517d
  • Loading branch information
mathiasbynens committed Dec 31, 2011
1 parent 958517d commit 0abbaf7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .aliases
Expand Up @@ -36,9 +36,6 @@ alias flush="dscacheutil -flushcache"
alias sniff="sudo ngrep -d 'en1' -t '^(GET|POST) ' 'tcp and port 80'"
alias httpdump="sudo tcpdump -i en1 -n -s 0 -w - | grep -a -o -E \"Host\: .*|GET \/.*\""

# Start an HTTP server from a directory
alias server="open http://localhost:8080/ && python -m SimpleHTTPServer 8080"

# Canonical hex dump; some systems have this symlinked
type -t hd > /dev/null || alias hd="hexdump -C"

Expand Down

0 comments on commit 0abbaf7

Please sign in to comment.