mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 23:46:03 +00:00
2 lines
94 B
Bash
Executable File
2 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
qstat -u Ricardo.Montanana|tail -n +6|cut -b -6|while read job; do qdel $job; done |