File: auto-apt-proxy.bash

package info (click to toggle)
auto-apt-proxy 17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: sh: 428; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (5)
1
2
3
4
5
# bash completion for auto-apt-proxy(1)                   -*- shell-script -*-

complete -F _command auto-apt-proxy

# ex: ts=4 sw=4 et filetype=sh