Jump to content

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,105

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.