Simplify Shell

This commit is contained in:
Mattia Basaglia 2016-05-21 18:46:50 +02:00
parent 3222f743be
commit 4952c766b3

View file

@ -12,7 +12,7 @@ IP_INTERFACE="eth0"
function ponyget_Shell()
{
grep $USER /etc/passwd | cut -f7 -d:
echo "$SHELL"
}
function ponyget_User()