david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 15.08.2015 06:53

This commit is contained in:
david 2015-08-15 06:53:21 +02:00
parent 983027bef7
commit 4e5c4f819a
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ rdp()
server=$1
fi
echo -e "username [hubertus]: \c"
echo -e "username [davidadm]: \c"
read username
if [ -z $username ]; then
username="hubertus"
username="davidadm"
fi
echo -e "domain [aec.at]: \c"