Sam
f2218481ee
All checks were successful
continuous-integration/drone/push Build is passing
well, at least the same Dig and drill do Reviewed-on: #118 Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
5 lines
181 B
Bash
5 lines
181 B
Bash
# bash completion for awl -*- shell-script -*-
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# TODO: MAKE THIS A REAL THING
|
|
complete -F _known_hosts awl
|