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

Mark beefblup CLI as Julia file

This commit is contained in:
Thomas A. Christensen II 2021-08-09 21:06:21 -05:00
parent 9036ace524
commit 3782de85ac
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 2 additions and 1 deletions

2
.gitattributes vendored
View file

@ -15,5 +15,5 @@
*.pdf -crlf -diff -merge
*.jpg -crlf -diff -merge
*.png -crlf -diff -merge
src/beefblup.jl linguist-language=Julia
*.jl linguist-language=Julia
beefblup linguist-language=Julia

View file

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