Skip to content

Commit

Permalink
add bakta_io bash script #339
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Oct 30, 2024
1 parent 4506016 commit 09b0a64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/bakta_io
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

SCRIPT_DIR=$(dirname $(realpath $0))
BAKTA_PATH=$(realpath "${SCRIPT_DIR}/..")
export PYTHONPATH="${BAKTA_PATH}:${PYTHONPATH}"
python3 -m bakta.json_io "$@"

0 comments on commit 09b0a64

Please sign in to comment.