4 lines
62 B
Bash
4 lines
62 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
srun -N 1 --partition apws --exclusive ./main $@
|