mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-10 18:23:08 +00:00
Create bash wrapper for function call
This commit is contained in:
parent
b61eae3324
commit
6b5b775a83
1 changed files with 6 additions and 0 deletions
6
beefblup
Executable file
6
beefblup
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#=
|
||||||
|
exec julia --project="$(realpath "$(dirname "${BASH_SOURCE[0]}")")" "${BASH_SOURCE[0]}" "$@"
|
||||||
|
=#
|
||||||
|
using BeefBLUP
|
||||||
|
BeefBLUP.beefblup()
|
Loading…
Reference in a new issue