1
0
mirror of https://gitlab.com/Anson-Projects/spacesystemscalc.git synced 2025-06-15 14:36:43 +00:00
Space-Systems-Calc/bootstrap.jl
2022-08-22 20:18:28 -06:00

6 lines
152 B
Julia

(pwd() != @__DIR__) && cd(@__DIR__) # allow starting app from bin/ dir
using Spacesystemscalc
const UserApp = Spacesystemscalc
Spacesystemscalc.main()