glassfish.plugin.zsh 202 Bytes
Newer Older
fred-o's avatar
fred-o committed
1
2
# if there is a user named 'glassfish' on the system, we'll assume
# that is the user asadmin should be run as
3
# grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'