ADDC / start.sh
binary1ne's picture
Upload 3 files
3909e6d verified
raw
history blame contribute delete
221 Bytes
#!/bin/sh
# Start Samba in the foreground
samba -F &
# Start Webmin in the background (assuming it's installed at /usr/local/webmin)
perl /usr/local/webmin/miniserv.pl &
# Run the Gradio app
python3 /app/gradio_app.py