mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#! /bin/sh
|
|
|
|
PYTHONPATH=../exmachina:$PYTHONPATH
|
|
|
|
sudo killall exmachina.py
|
|
sudo ../exmachina/exmachina.py -v &
|
|
python plinth.py
|
|
sudo killall exmachina.py
|