mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-27 13:30:44 +00:00
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
# 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'
|