mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/usr/bin/env bash
|
|
export PS1="\W \$ "
|
|
cat /etc/motd
|