mirror of
git://git.acid.vegas/random.git
synced 2024-11-14 20:16:40 +00:00
4 lines
329 B
Plaintext
4 lines
329 B
Plaintext
|
#!/bin/bash
|
||
|
git clone https://github.com/bartobri/no-more-secrets.git && cd no-more-secrets && make nms && make sneakers && sudo make install && cd && rm -rf no-more-secrets
|
||
|
echo -e "#\!/bin/sh\nclear && (echo \"\" && echo \" E N T E R T H E V O I D\" && echo \"\") | nms -af red" | sudo tee $PREFIX/etc/profile.d/motd.sh
|