add julia 1.6.1 package (#285)

This commit is contained in:
Luka Barbić 2021-06-19 13:02:36 +02:00 committed by GitHub
parent 64e95f63e0
commit 929f3d3f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 0 deletions

4
packages/julia/1.6.1/run vendored Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Run without startup or history file
julia --startup-file=no --history-file=no "$@"