mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-21 19:57:59 +01:00
Simplify Shell
This commit is contained in:
parent
3222f743be
commit
4952c766b3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ IP_INTERFACE="eth0"
|
||||||
|
|
||||||
function ponyget_Shell()
|
function ponyget_Shell()
|
||||||
{
|
{
|
||||||
grep $USER /etc/passwd | cut -f7 -d:
|
echo "$SHELL"
|
||||||
}
|
}
|
||||||
|
|
||||||
function ponyget_User()
|
function ponyget_User()
|
||||||
|
|
Loading…
Reference in a new issue