mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
#!/bin/sh
|
||
|
[ -x "$1" ] && exec $1 $2
|
||
|
exec sh $1 $2
|
||
|
|