6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# autocompletions
|
||
|
complete -cf sudo
|
||
|
complete -cf man
|