mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-13 03:03:08 +00:00
6 lines
146 B
Bash
Executable file
6 lines
146 B
Bash
Executable file
#!/bin/bash
|
|
#=
|
|
exec julia --project="$(realpath "$(dirname "${BASH_SOURCE[0]}")")" "${BASH_SOURCE[0]}" "$@"
|
|
=#
|
|
using BeefBLUP
|
|
BeefBLUP.beefblup()
|