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