diff options
author | Sam Bingner <sam@bingner.com> | 2018-11-11 21:40:45 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-11-11 21:40:45 -1000 |
commit | 8b91bd6838e317632792c84afca1d3507c3c94fa (patch) | |
tree | 2fb3c902cfb37bc7b54bae86d89bd9181c2f63e9 /data/mterminal/make.sh | |
parent | cc0585e579e511a11d20485f53229c367d462789 (diff) |
Add MTerminal
Diffstat (limited to 'data/mterminal/make.sh')
-rw-r--r-- | data/mterminal/make.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/mterminal/make.sh b/data/mterminal/make.sh new file mode 100644 index 000000000..c6e423486 --- /dev/null +++ b/data/mterminal/make.sh @@ -0,0 +1,5 @@ +pkg:setup +pkg: cp %/entitlement.xml . +ln -s ~/theos-rp theos +make -j8 stage +pkg: cp -a .theos/_/. / |