Update
This commit is contained in:
0
Server/bin/.gitkeep
Normal file
0
Server/bin/.gitkeep
Normal file
2
Server/bin/repl
Normal file
2
Server/bin/repl
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
julia --color=yes --depwarn=no --project=@. -q -L $(dirname $0)/../bootstrap.jl -- "$@"
|
1
Server/bin/repl.bat
Normal file
1
Server/bin/repl.bat
Normal file
@@ -0,0 +1 @@
|
||||
"C:\Users\a_ill\AppData\Local\Programs\Julia-1.8.0\bin\julia" --color=yes --depwarn=no --project=@. -q -i -- "%~dp0..\bootstrap.jl" %*
|
2
Server/bin/runtask
Normal file
2
Server/bin/runtask
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
julia --color=yes --depwarn=no --project=@. -q -- $(dirname $0)/../bootstrap.jl -r "$@"
|
1
Server/bin/runtask.bat
Normal file
1
Server/bin/runtask.bat
Normal file
@@ -0,0 +1 @@
|
||||
"C:\Users\a_ill\AppData\Local\Programs\Julia-1.8.0\bin\julia" --color=yes --depwarn=no --project=@. -q -- "%~dp0..\bootstrap.jl" -r %*
|
2
Server/bin/server.sh
Normal file
2
Server/bin/server.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
export GENIE_ENV=prod
|
||||
julia --color=yes --depwarn=no --project=@. -q -i -- "..\startup.jl" -s=true %*
|
Reference in New Issue
Block a user