blob: 49e56ffea94799f1d7abe7c7db38c0c584f7dba5 (
plain)
1
2
3
4
5
6
7
8
|
# write(1) completion -*- shell-script -*-
# Use of this file is deprecated on Linux. Upstream completion is
# available in util-linux >= 2.23, use that instead.
complete -u write
# ex: filetype=sh
|