Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f9716f9e9f | |||
051b0adb4e |
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
from os import linesep, path
|
||||
from os import path
|
||||
linesep = "\n"
|
||||
|
||||
if len(sys.argv) != 3 or not sys.argv[1] or not sys.argv[2]:
|
||||
print("Usage: coldstore.py <game_directory> <leaderboard_records.lua>")
|
||||
|
Reference in New Issue
Block a user