Backlog/projects/content/get_thirdparty.py

7 lines
145 B
Python

import os
import os
orig_dir = os.path.dirname(__file__)
os.chdir(orig_dir)
os.system("git clone https://github.com/MissLav/LibreQuake")