Files

7 lines
154 B
Bash
Raw Permalink Normal View History

2024-01-02 16:33:07 +01:00
#!/bin/sh
echo "Starting netbird"
/bin/netbird up &
echo "Starting Azure Functions handler"
/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost