chore: move handwriting into ocr dir

main
Sean McBride 4 years ago
parent e2a30d873d
commit a8193d50cd

@ -5,7 +5,7 @@
# Also disables pagination and stopping on SIGUSR1 # Also disables pagination and stopping on SIGUSR1
experiment_directory=$(pwd) experiment_directory=$(pwd)
project_directory=$(cd ../../.. && pwd) project_directory=$(cd ../../../.. && pwd)
binary_directory=$(cd "$project_directory"/bin && pwd) binary_directory=$(cd "$project_directory"/bin && pwd)
export LD_LIBRARY_PATH="$binary_directory:$LD_LIBRARY_PATH" export LD_LIBRARY_PATH="$binary_directory:$LD_LIBRARY_PATH"

@ -5,7 +5,7 @@
# Also disables pagination and stopping on SIGUSR1 # Also disables pagination and stopping on SIGUSR1
experiment_directory=$(pwd) experiment_directory=$(pwd)
project_directory=$(cd ../../.. && pwd) project_directory=$(cd ../../../.. && pwd)
binary_directory=$(cd "$project_directory"/bin && pwd) binary_directory=$(cd "$project_directory"/bin && pwd)
if [ "$1" != "-d" ]; then if [ "$1" != "-d" ]; then
Loading…
Cancel
Save