mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 03:59:59 +08:00
5 lines
84 B
Bash
5 lines
84 B
Bash
#!/bin/sh
|
|
# echo the invoked command
|
|
set -x
|
|
@original_strip@ @strip_arguments@ "$@"
|