diff --git a/svet/main.py b/svet/main.py index 7363934..97d9747 100755 --- a/svet/main.py +++ b/svet/main.py @@ -129,14 +129,6 @@ def run(args: List[str]): subprocess.run(args, shell=True) -# def runseqOld(commands: List[str]): -# joined = ' && '.join(commands) -# if verbose: -# print(f"Running '{joined}'") -# # return os.system(joined) -# subprocess.run(joined) - - def runseq(commands: List[str]): bashLines = [ "#!/bin/bash"