7 lines
159 B
Bash
Executable file
7 lines
159 B
Bash
Executable file
#!/bin/bash
|
|
|
|
BASE_PATH=/home/andrea/src/alba/frontend/
|
|
|
|
wget -O $BASE_PATH/screen.bmp https://alba-backend.andreafazzi.eu/
|
|
/usr/bin/python $BASE_PATH/main.py
|
|
|