mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8 lines
56 B
Bash
8 lines
56 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
|
||
|
SELF=$0
|
||
|
DIR=`dirname $SELF`
|
||
|
|
||
|
$PERL $DIR/$@
|