Merge pull request #1262 from fred-o/glassfish-plugin

Glassfish plugin
master
Robby Russell 12 years ago
commit c4727ab558
  1. 1150
      plugins/glassfish/_asadmin
  2. 3
      plugins/glassfish/glassfish.plugin.zsh

File diff suppressed because it is too large Load Diff

@ -0,0 +1,3 @@
# 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'
Loading…
Cancel
Save