search for: 0dca178759e42c04e685

Displaying 2 results from an estimated 2 matches for "0dca178759e42c04e685".

2015 May 21
3
Bash-Completion for samba-tool
...t :-) 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's `complete`. On...
2015 Jun 01
0
Bash-Completion for samba-tool
...alking 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 o...