mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-04-13 00:04:01 +08:00
8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /app/wg++/bin.net || exit
|
|
|
|
/app/dotnet/dotnet "WebGrab+Plus.dll" "/config"
|
|
|
|
exit 0
|