[suicidal.sh]: add new suicidal.sh
This commit is contained in:
4
suicidal.sh
Executable file
4
suicidal.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# A script that kills the process that's executing it, i.e. itself
|
||||
|
||||
pkill "$(basename "$0")"
|
Reference in New Issue
Block a user