mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
QP_ROOT=$( cd $(dirname "${BASH_SOURCE}")/.. ; pwd -P )
|
||
|
source $HOME/.bashrc
|
||
|
source $QP_ROOT/quantum_package.rc
|
||
|
exec $QP_ROOT/ocaml/qp_run $@
|