6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
echo "Intercept $0: $@ -- do nothing"
|