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