mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
8 lines
218 B
Text
8 lines
218 B
Text
# 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'
|