htdocs/node/maths.sh
2024-11-19 17:07:11 +00:00

7 lines
93 B
Bash
Executable File

#!/usr/bin/env bash
set -e
source $HOME/venv/bin/activate
python3 maths.py $1 $2
deactivate