OOO-Processor-Simulator
/
run.sh
run.sh
Raw
#!/bin/bash
input_path
=
$1
output_path
=
$2
py src/main.py
"
$input_path
"
"
$output_path
"