Skip to content

Commit

Permalink
Change arcade game shebang to support more systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvarga committed Oct 3, 2024
1 parent 991da25 commit 47073b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024/hackceler8/handout/game/engine/arcade_system/game
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import sys

Expand Down
2 changes: 1 addition & 1 deletion 2024/hackceler8/server/game/engine/arcade_system/game
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import sys

Expand Down

0 comments on commit 47073b6

Please sign in to comment.