mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-02-19 19:52:00 +08:00
8 lines
80 B
Bash
8 lines
80 B
Bash
#!/bin/bash
|
|
|
|
cd /app/wg++/bin || exit
|
|
|
|
mono WebGrab+Plus.exe "/config"
|
|
|
|
exit 0
|