mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
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 "$@"
|