Snailsoft
∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
- Gender
- Not specified
- Device
- 6502
- Country
- Canada
After discovering that the fantastic Termux Downloader hijacked my MOTD file and replaced it with its own plug, I set out to address it.
Up to now I have intentionally left the MOTD empty so that others could set it.
Turns out most people don't know how, let alone fix one.
I will therefore add a MOTD script.
Now upon reboot you will see my BBS jack from 1986 (converted for Termux).
To view your MOTD without rebooting
Up to now I have intentionally left the MOTD empty so that others could set it.
Turns out most people don't know how, let alone fix one.
I will therefore add a MOTD script.
Code:
cd ~
wget -O motd.ans https://forum.sbenny.com/attachments/motd-txt.102655/?hash=fc4393eec79eda237ac358799cc96c72
rm ~/../usr/etc/motd
mv ~/motd.ans ~/../usr/etc/motd
To view your MOTD without rebooting
Code:
cat --terminal-width=80 --theme-dark=DarkNeon -P ~/../usr/etc/motd
Attachments
-
42.8 KB Views: 135
Last edited:
