Skip to content
Snippets Groups Projects
Commit 4558722a authored by Mike Boss's avatar Mike Boss
Browse files

Cleanup.sh

parent 833f1419
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
kill $(ps -u | grep -m1 -- "-L" | grep -- "-N" | awk '{print $2}')
ssh -T $1@euler.ethz.ch bkill $(cat reconnect_info | grep BJOB | awk '{print $NF}')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment