mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-10 18:23:08 +00:00
Add auto-project-loading shebang
This commit is contained in:
parent
d0b0e79b38
commit
4efeb5d53a
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#=
|
||||||
|
exec julia --project=$(realpath $(dirname $(dirname "${BASH_SOURCE[0]}"))) "${BASH_SOURCE[0]}" "$@"
|
||||||
|
=#
|
||||||
# beefblup
|
# beefblup
|
||||||
# Main script for performing single-variate BLUP to find beef cattle
|
# Main script for performing single-variate BLUP to find beef cattle
|
||||||
# breeding values
|
# breeding values
|
||||||
|
|
Loading…
Reference in a new issue