mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-04-13 00:04:01 +08:00
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
cd /app/wg++/bin.net || exit 1
|
|
|
|
/app/dotnet/dotnet "WebGrab+Plus.dll" "/config"
|