simplify
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# A script that deletes itself
|
# A script that deletes itself
|
||||||
|
|
||||||
rm "$(echo $0 | awk -F '/' '{print $NF}')"
|
rm "$0"
|
||||||
|
Reference in New Issue
Block a user