8 lines
159 B
Bash
8 lines
159 B
Bash
|
#!/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
|
||
|
|