]> Git Repo - linux.git/blob - samples/check-exec/run-script-ask.inc
Linux 6.14-rc3
[linux.git] / samples / check-exec / run-script-ask.inc
1 #!/usr/bin/env sh
2 # SPDX-License-Identifier: BSD-3-Clause
3
4 DIR="$(dirname -- "$0")"
5
6 PATH="${PATH}:${DIR}"
7
8 set -x
9 "${DIR}/script-ask.inc"
This page took 0.03043 seconds and 4 git commands to generate.