diff --git a/ArchLinux.patch.sh b/ArchLinux.patch.sh new file mode 100755 index 0000000..7b84873 --- /dev/null +++ b/ArchLinux.patch.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +sed -i 's/^python /python2 /' elevators/game_bots/random_bot_02_python/run_elevators_game_bot.sh +sed -i 's/^python /python2 /' snake_maze/game_bots/random_bot_02_python/run_snakemaze_game_bot.sh +sed -i 's/^python /python2 /' tictactoe/game_bots/random_bot_02_python/run_tictactoe_game_bot_as_player_1.sh +sed -i 's/^python /python2 /' tictactoe/game_bots/random_bot_02_python/run_tictactoe_game_bot_as_player_2.sh +sed -i 's/^python /python2 /' tictactoe/game_engine/start_tictactoe_game_engine.sh +