5 changed files with 14 additions and 6 deletions
Binary file not shown.
@ -0,0 +1,4 @@ |
|||
#!/bin/bash |
|||
cd "$(dirname "$0")" |
|||
SCRIPT_DIR="$(pwd)" |
|||
python3 $SCRIPT_DIR/weather.py $1 |
|||
Loading…
Reference in new issue