Replacing python stuff with BAT, 1993-style.

This commit is contained in:
Ben Vanik
2015-05-02 21:46:42 -07:00
parent ce7270b839
commit 519fefd58d
10 changed files with 550 additions and 858 deletions

View File

@@ -1,8 +0,0 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
# Bash aliases
alias xb='python xenia-build.py'
alias xbb='python xenia-build.py build'
alias xbt='python xenia-build.py test'
alias xbc='python xenia-build.py clean'