mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 22:44:31 +01:00
6 lines
165 B
Bash
Executable File
6 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
if [ "x$TERM" == "xdumb" ];
|
|
then
|
|
export TERM="xterm"
|
|
fi
|
|
./gradlew application:bootJar && clear && java -jar application/build/libs/application-boot.jar |