2017-06-11 10:42:23 +01:00

8 lines
80 B
Bash

#!/bin/bash
cd /app/wg++/bin || exit
mono WebGrab+Plus.exe "/config"
exit 0