1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-11-13 03:03:08 +00:00

Declare beefblup.jl as Julia using Emacs modeline

This commit is contained in:
Thomas A. Christensen II 2021-08-09 19:09:45 -05:00
parent 12e95d4a7a
commit f7f09cec90
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -1,4 +1,5 @@
#!/bin/bash
# -*- mode: julia -*-
#=
exec julia --project=$(realpath $(dirname $(dirname "${BASH_SOURCE[0]}"))) "${BASH_SOURCE[0]}" "$@"
=#