linphone-desktop/linphone-app/tools/sign_package.sh
2023-10-23 14:30:08 +02:00

8 lines
203 B
Bash

#!/bin/bash
# Arguments :
# $1 = Executable Name
# $2 = Identity
# $3 = Path to recursivly search
find $3 -name "*" -type f -exec $1 --force --deep --timestamp --options runtime,library -s "$2" {} \;