Skip to content

Instantly share code, notes, and snippets.

@yyamano
Created June 11, 2014 14:08
Show Gist options
  • Save yyamano/5e959a4c2ad9f854751d to your computer and use it in GitHub Desktop.
Save yyamano/5e959a4c2ad9f854751d to your computer and use it in GitHub Desktop.
ip alias for non Linux platform
alias ip 'echo "You are using `uname -s`, not Linux. Use traditional arp, ifconfig, netstat or route instead." && false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment