6 lines
74 B
Python
Executable File
6 lines
74 B
Python
Executable File
#!/usr/bin/python2
|
|
import os
|
|
os.system("source/scripts/get_history.py")
|
|
|
|
|