Files
build/packages/bsp/profile/ssh-title.sh
zador-blood-stained 4e04879249 Move files used by makeboarddeb to packages/bsp subdirectory
Remove obsolete sunxi-musb script - should be handled with DT overlays
Remove unused build-kernel/post-install script
2017-07-17 20:33:29 +03:00

6 lines
174 B
Bash

if [ -n "$PS1" ] && ( [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ] ); then
tput tsl > /dev/null
if [ "$?" -eq 0 ]; then
echo `tput tsl` `whoami`@`hostname` `tput fsl`
fi
fi