diff options
Diffstat (limited to '')
-rwxr-xr-x | netwerk/sctp/src/restore_mod.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netwerk/sctp/src/restore_mod.sh b/netwerk/sctp/src/restore_mod.sh new file mode 100755 index 0000000000..8305e478ed --- /dev/null +++ b/netwerk/sctp/src/restore_mod.sh @@ -0,0 +1,2 @@ +#!/bin/sh +find -name '*.[ch]' -exec chmod 644 {} \; |