7 lines
158 B
Bash
7 lines
158 B
Bash
#!/bin/sh
|
|
|
|
. /etc/profile
|
|
|
|
java -Djava.awt.headless=true \
|
|
-cp "$(java-config -p commons-cli-1):$(java-config -pbootchart)" \
|
|
org.bootchart.Main "$@"
|