mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
7 lines
64 B
Bash
7 lines
64 B
Bash
#!/bin/sh
|
|
echo "hello again"
|
|
echo "waiting now"
|
|
|
|
sleep 4
|
|
exit 1
|