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