mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
4 lines
128 B
Bash
4 lines
128 B
Bash
#!/bin/bash
|
|
source /etc/profile.d/immutant.sh
|
|
source /etc/profile.d/jdk.sh
|
|
exec /usr/share/immutant/jboss/bin/$JBOSS_AS_MODE.sh
|