Skip to content

Commit

Permalink
Added ArchLinux.patch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Serban committed Jun 21, 2013
1 parent fad5512 commit d718fd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ArchLinux.patch.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d718fd4

Please sign in to comment.