4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
scriptpath=`dirname $0`
|
||
|
perl $scriptpath/patch_capabilities.pl "$@"
|