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