10 lines
92 B
Bash
10 lines
92 B
Bash
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
|
|
## remove all stuff
|
|
|
|
make uninstall
|
|
rm /etc/motds32/ -Rf
|
|
rm /usr/bin/motd -f |