mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-04 05:44:21 +01:00
* ssh: Fix for non existing .bash_profile startup error * ssh: Add current, short, path to command line prompt * ssh: Bump to 8.1, updated changelog
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/usr/bin/env bash
|
|
export PS1="\W \$ "
|
|
cat /etc/motd
|