com.stephenschafer.budget.api/eclipse

7 lines
188 B
Text
Raw Permalink Normal View History

2025-07-13 09:59:20 -06:00
#!/bin/sh
cd "$(dirname "${BASH_SOURCE[0]}")"
LOG=./logs
mkdir -p $LOG
/home/eclipse/sts-5.2.0.RELEASE/SpringToolsForEclipse -data .. \
2025-07-13 09:59:20 -06:00
>$LOG/eclipse-sts.log 2>$LOG/eclipse-sts.err.log &