Last active
April 23, 2018 01:23
-
-
Save lemajes/0f5943e41b37970b67e2f03086644d56 to your computer and use it in GitHub Desktop.
[Salt Autocompletion] Enable auto completion for saltstack commandline #linux #saltstack #configuration
This file contains 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 | |
wget https://raw.githubusercontent.com/saltstack/salt/develop/pkg/salt.bash | |
cp salt.bash /etc/bash_completion.d/ | |
source /etc/bash_completion.d/salt.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment