2015-06-26 16:14:01 +08:00
|
|
|
function __fish_print_debian_apache_sites
|
2016-11-28 13:27:22 +08:00
|
|
|
# Helper script for completions for a2ensite/a2dissite
|
|
|
|
for site in /etc/apache2/sites-available/*
|
|
|
|
basename "$site" .conf
|
|
|
|
end
|
2015-06-26 16:14:01 +08:00
|
|
|
end
|