docs4you's picture
Upload 487 files
27867f1 verified
raw
history blame contribute delete
258 Bytes
#!/bin/sh
# place file in the /storage/.config/ folder and make it executable
# This script is based on installing/unzipping the app in /storage/cabernet
#
(
sleep 10
. /opt/etc/profile
cd /storage/cabernet
/opt/bin/python3 /storage/cabernet/tvh_main.py
) &