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:
0
bin/.gitkeep
Normal file
0
bin/.gitkeep
Normal file
2
bin/repl
Executable file
2
bin/repl
Executable 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
1
bin/repl.bat
Normal 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
2
bin/runtask
Executable 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
1
bin/runtask.bat
Normal 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
2
bin/server
Executable 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
1
bin/server.bat
Normal file
@@ -0,0 +1 @@
|
||||
"/home/anson/julia-1.8.0/bin/julia" --color=yes --depwarn=no --project=@. -q -i -- "%~dp0..\bootstrap.jl" -s=true %*
|
Reference in New Issue
Block a user