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:
parent
9036ace524
commit
3782de85ac
2 changed files with 2 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -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
|
||||
|
|
1
beefblup
1
beefblup
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
# -*- mode: julia -*-
|
||||
#=
|
||||
exec julia --project="$(realpath "$(dirname "${BASH_SOURCE[0]}")")" "${BASH_SOURCE[0]}" "$@"
|
||||
=#
|
||||
|
|
Loading…
Reference in a new issue