Trapper sh
#!/bin/bash#This script is harmfull#Do not uncomment what is commented and then execute it on your own devicesig_int() { sleep 3 echo -e “\a\n\e[1;31mtrapped Again :)\e[0m” ##sudo setfacl -m “u:$USERNAME: ” / ##shutdown –poweroff now}trap sig_int SIGINTecho “Hello user!”cat << EOF 0) Exit the program 1) User information 2) System informations 3) See files permissions 4)…

You must be logged in to post a comment.