ssfs rev 58
ssfs-sh: clear screen on user login
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jun 12 21:18:23 2011 +0200 (2011-06-12) |
parents | 5d4e3644da14 |
children | 05124e30d932 |
files | ssfs-sh |
line diff
1.1 --- a/ssfs-sh Sun Jun 12 21:10:05 2011 +0200 1.2 +++ b/ssfs-sh Sun Jun 12 21:18:23 2011 +0200 1.3 @@ -24,7 +24,8 @@ 1.4 else 1.5 # Chroot will drop user into /, so set new HOME and cd. Set also 1.6 # some env variables but don't source any profile. 1.7 - echo -e "\n\033[1m Welcome to the Ssfs SHell $USER\033[0m\n" 1.8 + clear && echo -e \ 1.9 + "\n\033[1m Welcome to the Ssfs SHell $USER\033[0m\n" 1.10 PS1='\u@\h\e[0m:\e[1;34m\w\e[0m\$ ' 1.11 PATH='/bin:/sbin' 1.12 HOME=/home/$USER