Created
February 18, 2021 18:00
-
-
Save blizzz/d02343607f80e7671d5daed25c4416b5 to your computer and use it in GitHub Desktop.
Batch create groups in samba4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for i in {1..200} | |
do | |
#echo "samba-tool group add 'Osmium ${i}'" | |
samba-tool group add "Osmium ${i}" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment