9 lines
73 B
Bash
9 lines
73 B
Bash
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
|
|
## remove all stuff
|
|
|
|
make uninstall
|
|
rm /etc/motds32/ -Rf
|