Skip to content

Commit

Permalink
make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 10, 2023
1 parent b0093fc commit 04e7d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_python.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ SOURCE=${BASH_SOURCE[0]}
SCRIPT_DIR="$(dirname "$SOURCE")"
source ${SCRIPT_DIR}/.venv/bin/activate || { echo "ERROR: Failed to activate virtual environment"; exit 1; }

#Run commands given as paramter
$@

0 comments on commit 04e7d15

Please sign in to comment.