search for: ls42

Displaying 2 results from an estimated 2 matches for "ls42".

Did you mean: ls4
2015 May 21
3
Bash-Completion for samba-tool
...sweet :-) Hearing some people talking about how much they'd like bash completion for `samba-tool`, I've put together an ugly script that does that. It's a very dumb script (I'm boldly calling it script), but it might make someones day a little bit easier. https://gist.github.com/ls42/0dca178759e42c04e685 It does complete commands and subcommands of two levels, e.g. - samba-tool domain provision - samba-tool group addmember and so on can be completed. It also completes subcommands that are not valid (like samba-tool gpo addmember), since I just added a bunch of text to bash...
2015 Jun 01
0
Bash-Completion for samba-tool
...ple talking about how much they'd like bash completion > for `samba-tool`, I've put together an ugly script that does that. > > It's a very dumb script (I'm boldly calling it script), but it might make > someones day a little bit easier. > > https://gist.github.com/ls42/0dca178759e42c04e685 > > It does complete commands and subcommands of two levels, e.g. > > - samba-tool domain provision > - samba-tool group addmember > > and so on can be completed. It also completes subcommands that are not > valid (like samba-tool gpo addmember), since I...