5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
# echo the invoked command
|
||
|
set -x
|
||
|
@original_strip@ @strip_arguments@ "$@"
|