1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r8459: move to the more portable script execution method

This commit is contained in:
Andrew Tridgell 2005-07-14 09:51:49 +00:00 committed by Gerald (Jerry) Carter
parent 3d4a2221c3
commit d7e4dcaaaa
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env smbscript
#!/bin/sh
exec smbscript "$0" ${1+"$@"}
/*
add a new user to a Samba4 server
Copyright Andrew Tridgell 2005

View File

@ -1,4 +1,5 @@
#!/usr/bin/env smbscript
#!/bin/sh
exec smbscript "$0" ${1+"$@"}
/*
provision a Samba4 server
Copyright Andrew Tridgell 2005