mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
0e40dbf86b
(This used to be commit 720ec55c175bd9df5832085066d1e68b2684a8a2)
14 lines
240 B
Bash
Executable File
14 lines
240 B
Bash
Executable File
#!/bin/ksh
|
|
#
|
|
# Now create the actual custom installable media images
|
|
#
|
|
# invoke with -n as the first argument to get this script to tell
|
|
# you what it would do without doing anything
|
|
#
|
|
|
|
V=
|
|
[ "$1" = "-n" ] && V=echo
|
|
|
|
$V cd dist
|
|
$V ./MakeSSO
|