3 lines
153 B
Bash
Executable File
3 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
# --solver-type doesn't matter in this case, so we provide it.
|
|
python3 manage-solver-infrastructure.py --mode delete --solver-type parallel $* |