diff options
author | Oskar <[email protected]> | 2024-11-27 12:21:38 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-11-27 12:21:38 +0100 |
commit | 9eb640a47b4dd73c9a1453e72abd61d236d7f0bb (patch) | |
tree | 526a21b03024329bab65c20fb39b370a71c85bcd | |
parent | f5f8b6e51ab8e0e95940c0432be4a590a1575f20 (diff) |
-rwxr-xr-x | csetup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #!/bin/python3 import os import sys +import subprocess def validate_path_exists(setup_path): @@ -108,4 +109,4 @@ if(choice == 1): setup_c(argv[1]) elif (choice == 2): setup_cpp(argv[1]) - + |