Skip to content

Commit

Permalink
🔨 update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkac committed Nov 24, 2024
1 parent d15c78f commit 2341dda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/is_cairo_quine.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/usr/bin/env python3

import sys
import subprocess
import re

def main():
if len(sys.argv) != 2:
print("Usage: scarb test | python is_cairo_quine.py <filename>")
print("Usage: python is_cairo_quine.py <filename>")
sys.exit(1)

filename = sys.argv[1]
Expand Down

0 comments on commit 2341dda

Please sign in to comment.