Sam
add1ef61a2
All checks were successful
continuous-integration/drone/push Build is passing
This needs to be tested (preferably extensively), which I will do now Reviewed-on: #139 Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
6 lines
182 B
Bash
6 lines
182 B
Bash
# SPDX-License-Identifier: BSD-3-Clause
|
|
# bash completion for awl -*- shell-script -*-
|
|
|
|
|
|
# TODO: MAKE THIS A REAL THING
|
|
complete -F _known_hosts awl
|