You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
214 B
Bash
14 lines
214 B
Bash
2 years ago
|
PROMPT="%n@%m %~ %# "
|
||
|
|
||
|
main() {
|
||
|
clear
|
||
|
pfetch
|
||
|
echo "Live Credentials -"
|
||
|
echo "crystal: crystal // root: crystal"
|
||
|
echo
|
||
|
cowsay \
|
||
|
"Don't forget to set up Wi-Fi in the Settings app if required!"
|
||
|
}
|
||
|
|
||
|
main
|