Archiving a bunch of old stuff
This commit is contained in:
10
oldstuff/lcthw-remnants/break-ex10.py
Normal file
10
oldstuff/lcthw-remnants/break-ex10.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
argc = int(sys.argv[1]) if sys.argv[1:] else 23694
|
||||
command = "valgrind ./ex10 " + " ".join(map(str, range(argc)))
|
||||
print("command = {0}".format(command))
|
||||
|
||||
os.system(command)
|
||||
Reference in New Issue
Block a user