A timeout

This commit is contained in:
Alexey Milovidov 2023-12-13 17:59:55 +01:00
parent 62b6d1ef5e
commit fa7190805a

View File

@ -1,5 +1,8 @@
#!/bin/bash
SCRIPT_PID=$!
(sleep 1200 && kill -9 $SCRIPT_PID) &
# shellcheck disable=SC1091
source /setup_export_logs.sh