Updated documentation. Made configuration file more readable.
[instantlauncher.git] / instantlauncher
1 #!/bin/bash
2
3 set -f
4
5 java -jar /opt/instantlauncher/instantlauncher-1.0.jar $@
6
7