mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-26 20:54:07 -08:00
Fix broken shebang
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Ported from the BASIC source for 3D Tic Tac Toe
|
||||
# in BASIC Computer Games, by David H. Ahl
|
||||
|
||||
Reference in New Issue
Block a user