1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-06 03:46:32 +01:00
Files
incus/shared/subprocess/testscript/exit1.sh
Stéphane Graber 35584b46b9 shared/subprocess: Cleanup tests
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2020-01-28 17:34:10 -05:00

7 lines
64 B
Bash

#!/bin/sh
echo "hello again"
echo "waiting now"
sleep 4
exit 1