blob: cfcc1a426c0e7d9923c8aa661cda090fff577cc8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
function update_mod {
cd $1
zip -r --filesync tome-$1.teaa init.lua data hooks overload superload
install -m755 tome-$1.teaa $HOME/games/steam/TalesMajEyal/game/addons/tome-$1.teaa
cd -
}
update_mod rabbit-bugfix
update_mod auto-tune
|