Skip to content

Instantly share code, notes, and snippets.

@Valiev
Last active August 29, 2015 14:05
Show Gist options
  • Save Valiev/b6a2c28d8c029b35fd77 to your computer and use it in GitHub Desktop.
Save Valiev/b6a2c28d8c029b35fd77 to your computer and use it in GitHub Desktop.
WOW command builder
alias such="wowcmd"
alias much="wowcmd"
alias so="wowcmd"
#!/bin/sh
WOWFILE=~/.wowrc
echo "WOWCMD=\"$1\"" > $WOWFILE
#!/bin/sh
. ~/.wowrc
$WOWCMD $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment