8 lines
99 B
Bash
Executable File

#!/bin/bash
cd /app/wg++/bin.net || exit
/app/dotnet/dotnet "WebGrab+Plus.dll" "/config"
exit 0