Sam
607c321de3
All checks were successful
continuous-integration/drone/push Build is passing
These are basically thrown together but more is always good Reviewed-on: #122 Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
6 lines
201 B
Bash
6 lines
201 B
Bash
#!/usr/bin/env bash
|
|
# bash completion for awl -*- shell-script -*-
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# TODO: MAKE THIS A REAL THING
|
|
complete -F _known_hosts awl
|