mmselfsup/tools/kill.sh

3 lines
79 B
Bash

#!/bin/bash
kill $(ps aux | grep "train.py" | grep -v grep | awk '{print $2}')