diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-20 23:19:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-21 01:35:39 +0300 |
commit | cbc1b271ea57cb68a2663a52dd096749218eda3e (patch) | |
tree | 51eb4db9fe7fd37e6d62a0ae430959d09795692f /data/tmw/tmw.in | |
parent | 8963c582f2d2f2879b69821337a5c396f9712a06 (diff) | |
download | plus-cbc1b271ea57cb68a2663a52dd096749218eda3e.tar.gz plus-cbc1b271ea57cb68a2663a52dd096749218eda3e.tar.bz2 plus-cbc1b271ea57cb68a2663a52dd096749218eda3e.tar.xz plus-cbc1b271ea57cb68a2663a52dd096749218eda3e.zip |
Add shell scripts for running branded tmw and evol versions.
Not present in install make action.
Diffstat (limited to 'data/tmw/tmw.in')
-rwxr-xr-x | data/tmw/tmw.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/tmw/tmw.in b/data/tmw/tmw.in new file mode 100755 index 000000000..d726db2c3 --- /dev/null +++ b/data/tmw/tmw.in @@ -0,0 +1,2 @@ +#!/bin/sh +exec manaplus @datadir@/manaplus/data/tmw/tmw.manaplus "$@" |