mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-02-19 19:52:00 +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
|