Document handlers implemented

This commit is contained in:
2020-08-16 15:18:02 +02:00
parent 88835955ef
commit e481623a75
3 changed files with 112 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
# Get current directory
this_script_directory=$(cd `dirname $0` && pwd)
this_script_directory=$(cd "$(dirname "$0")" && pwd)
packenv="";
# Python virtual environment directory: packenv variable in my_config.sh
source $this_script_directory/my_config.sh;