mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
* pkg(julia-1.5.4): switch to build from source * fix install lang in ci test step * use x86-64 cpu target list
4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Run without startup or history file
|
|
julia --startup-file=no --history-file=no "$@"
|