Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 280 Bytes

File metadata and controls

12 lines (7 loc) · 280 Bytes

Provide BASH autocomplete to start and stop KVM VM's

  1. Add the scripts in the bin directory to your HOME's bin directory
  2. Add the following to your .bashrc

source ~/bin/_completer

PATH=$PATH:~/bin

And you are done!