5 lines
85 B
Bash
5 lines
85 B
Bash
#!/bin/sh
|
|
rm -f /usr/local/bin/neofetch
|
|
rm -f /etc/profile.d/motd.sh
|
|
rm -f /etc/motd
|