5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/sh
|
|
|
|
echo "strip-wrapper: ignoring arguments: $@"
|
|
exit 0
|
#!/bin/sh
|
|
|
|
echo "strip-wrapper: ignoring arguments: $@"
|
|
exit 0
|