3 lines
54 B
Bash
Executable File
3 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
echo "$(squeue -h -j $SLURM_JOBID -o %L)"
|