mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
3 lines
81 B
Bash
Executable file
3 lines
81 B
Bash
Executable file
#!/bin/env bash
|
|
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
|
|
|