summaryrefslogtreecommitdiff
path: root/samples/check-exec/run-script-ask.sh
diff options
context:
space:
mode:
Diffstat (limited to 'samples/check-exec/run-script-ask.sh')
-rwxr-xr-xsamples/check-exec/run-script-ask.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/check-exec/run-script-ask.sh b/samples/check-exec/run-script-ask.sh
new file mode 100755
index 000000000000..8ef0fdc37266
--- /dev/null
+++ b/samples/check-exec/run-script-ask.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env sh
+# SPDX-License-Identifier: BSD-3-Clause
+
+DIR="$(dirname -- "$0")"
+
+PATH="${PATH}:${DIR}"
+
+set -x
+"${DIR}/script-ask.inc"