Browse Source

improved hint

master
poikilos 7 years ago
committed by Jacob Gustafson
parent
commit
0f01a35ec8
  1. 9
      etc/change_hardcoded_world_name_first/mts-ENLIVEN

9
etc/change_hardcoded_world_name_first/mts-ENLIVEN

@ -1,10 +1,15 @@
#!/bin/sh #!/bin/sh
echo "WARNING: mts-ENLIVEN script is deprecated--instead, run:" echo "WARNING: mts-ENLIVEN script is deprecated--instead, run:"
try_path="$HOME/GitHub/EnlivenMinetest/mtsenliven.py" try_path="./GitHub/EnlivenMinetest/mtsenliven.py"
if [ -f "$try_path" ]; then if [ -f "$try_path" ]; then
echo " python3 $try_path" echo " python3 $try_path"
else else
echo " python3 mtsenliven.py" try_path="$HOME/GitHub/EnlivenMinetest/mtsenliven.py"
if [ -f "$try_path" ]; then
echo " python3 $try_path"
else
echo " python3 mtsenliven.py"
fi
fi fi
# sleep 4 # sleep 4
# exit 1 # exit 1

Loading…
Cancel
Save