1
0
mirror of https://github.com/ncarlier/webhookd.git synced 2025-04-18 00:21:08 +00:00
webhookd/scripts/async.sh
2022-05-26 10:05:53 +02:00

11 lines
130 B
Bash
Executable File

#!/bin/bash
echo "Starting background job..."
nohup ./scripts/long.sh >/tmp/long.log 2>&1 &
echo "Background job started."