From 69f8b74a448235ef511195ea7204e9b19909f4cf Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 29 Nov 2021 17:17:49 +0100 Subject: [PATCH] #3421 template_creaPatientsSystem --- appli/template_creaPatientsSystem/scripts/Run_Menu.bat | 1 + appli/template_creaPatientsSystem/scripts/Run_Menu.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 appli/template_creaPatientsSystem/scripts/Run_Menu.bat create mode 100644 appli/template_creaPatientsSystem/scripts/Run_Menu.sh diff --git a/appli/template_creaPatientsSystem/scripts/Run_Menu.bat b/appli/template_creaPatientsSystem/scripts/Run_Menu.bat new file mode 100644 index 0000000..42221cb --- /dev/null +++ b/appli/template_creaPatientsSystem/scripts/Run_Menu.bat @@ -0,0 +1 @@ +bbi menu.bbs diff --git a/appli/template_creaPatientsSystem/scripts/Run_Menu.sh b/appli/template_creaPatientsSystem/scripts/Run_Menu.sh new file mode 100644 index 0000000..be3f8f8 --- /dev/null +++ b/appli/template_creaPatientsSystem/scripts/Run_Menu.sh @@ -0,0 +1,5 @@ +source ~/.bbtk/profile_creatools +PATH=$PATH:/Users/davila/Library/Python/3.8/bin + +BaseDir=$1 +bbi 00000_User.bbs BaseDir=$BaseDir -- 2.45.1