1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 18:30:40 +01:00
Files
oh-my-zsh/plugins/glassfish/glassfish.plugin.zsh
2014-03-25 16:47:58 +01:00

3 lines
202 B
Bash

# if there is a user named 'glassfish' on the system, we'll assume
# that is the user asadmin should be run as
# grep -e '^glassfish' /etc/passwd > /dev/null && alias asadmin='sudo -u glassfish asadmin'