Native shebang: Difference between revisions

m
Line 619:
=={{header|Julia}}==
From https://discourse.julialang.org/t/useful-julia-script-tips-workaround-shebang/15584
<lang julia>#!/usr/local/bin/bashjulia
 
# -*- mode: julia -*-
#=
exec julia --color=yes --startup-file=no "${BASH_SOURCE[0]}" "$@"
=#
# Put the Julia code below this line. It will be compiled and run.
 
4,102

edits