4 lines
54 B
Text
4 lines
54 B
Text
|
#!/bin/bash
|
||
|
|
||
|
complete -C "$(which aws_completer)" aws
|