1
0
mirror of https://gitlab.com/Anson-Projects/spacesystemscalc.git synced 2025-08-03 03:41:29 +00:00

Init Commit

This commit is contained in:
2022-08-22 20:18:28 -06:00
commit 3071dd9fd1
56 changed files with 1880 additions and 0 deletions

0
bin/.gitkeep Normal file
View File

2
bin/repl Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
julia --color=yes --depwarn=no --project=@. -q -L $(dirname $0)/../bootstrap.jl -- "$@"

1
bin/repl.bat Normal file
View File

@@ -0,0 +1 @@
"/home/anson/julia-1.8.0/bin/julia" --color=yes --depwarn=no --project=@. -q -i -- "%~dp0..\bootstrap.jl" %*

2
bin/runtask Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
julia --color=yes --depwarn=no --project=@. -q -- $(dirname $0)/../bootstrap.jl -r "$@"

1
bin/runtask.bat Normal file
View File

@@ -0,0 +1 @@
"/home/anson/julia-1.8.0/bin/julia" --color=yes --depwarn=no --project=@. -q -- "%~dp0..\bootstrap.jl" -r %*

2
bin/server Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
julia --color=yes --depwarn=no --project=@. -q -i -- $(dirname $0)/../bootstrap.jl -s=true "$@"

1
bin/server.bat Normal file
View File

@@ -0,0 +1 @@
"/home/anson/julia-1.8.0/bin/julia" --color=yes --depwarn=no --project=@. -q -i -- "%~dp0..\bootstrap.jl" -s=true %*