forked from MTSR/techage_modpack
46 lines
640 B
Bash
Executable File
46 lines
640 B
Bash
Executable File
cd ~/minetest5/mods/autobahn/
|
|
echo autobahn
|
|
git status
|
|
|
|
cd ~/minetest5/mods/compost/
|
|
echo compost
|
|
git status
|
|
|
|
cd ~/minetest5/mods/hyperloop/
|
|
echo hyperloop
|
|
git status
|
|
|
|
cd ~/minetest5/mods/tubelib2/
|
|
echo tubelib2
|
|
git status
|
|
|
|
cd ~/minetest5/mods/signs_bot/
|
|
echo signs_bot
|
|
git status
|
|
|
|
cd ~/minetest5/mods/minecart/
|
|
echo minecart
|
|
git status
|
|
|
|
cd ~/minetest5/mods/safer_lua/
|
|
echo safer_lua
|
|
git status
|
|
|
|
cd ~/minetest5/mods/techpack_stairway/
|
|
echo techpack_stairway
|
|
git status
|
|
|
|
cd ~/minetest5/mods/lcdlib/
|
|
echo lcdlib
|
|
git status
|
|
|
|
cd ~/minetest5/mods/techage/
|
|
echo techage
|
|
git status
|
|
|
|
cd ~/minetest5/mods/towercrane/
|
|
echo towercrane
|
|
git status
|
|
|
|
|