From 3782de85ac10325a363ad1bd11c60cf1ec617401 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 9 Aug 2021 21:06:21 -0500 Subject: [PATCH] Mark beefblup CLI as Julia file --- .gitattributes | 2 +- beefblup | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ecd5ffa..5b9c173 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/beefblup b/beefblup index 2278a69..1aa4cea 100755 --- a/beefblup +++ b/beefblup @@ -1,4 +1,5 @@ #!/bin/bash +# -*- mode: julia -*- #= exec julia --project="$(realpath "$(dirname "${BASH_SOURCE[0]}")")" "${BASH_SOURCE[0]}" "$@" =#