1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-09-20 21:12:03 +00:00

Create bash wrapper for function call

This commit is contained in:
Thomas A. Christensen II 2021-06-18 13:51:37 -05:00
parent b61eae3324
commit 6b5b775a83
Signed by: millironx
GPG key ID: 139C07724802BC5D

6
beefblup Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
#=
exec julia --project="$(realpath "$(dirname "${BASH_SOURCE[0]}")")" "${BASH_SOURCE[0]}" "$@"
=#
using BeefBLUP
BeefBLUP.beefblup()