Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/data/data/com.termux/files/usr/bin/env zsh
- clear
- [ -d "$PREFIX/etc/motd" ] && MOTD="$PREFIX/etc/motd"
- for i in $(find $MOTD -maxdepth 1 -regex '.+/[0-9\-].+' -not -regex ".+\.disabled" | sort)
- do
- zsh $i
- done
Add Comment
Please, Sign In to add comment