nt9856x/BSP/busybox/shell/hush_test/hush-vars/var_LINENO1.tests
2023-03-28 15:07:53 +08:00

7 lines
147 B
Plaintext
Executable File

env | grep ^LINENO
echo 2:$LINENO
echo 3:$LINENO >&2 \
| { sleep 0.1; echo 4:$LINENO; }
echo 5:$LINENO
test "$1" || . ./var_LINENO1.tests norepeat