Moved some Python scripts into new share/tools/ directory.

Added fish_config function to launch web config
This commit is contained in:
ridiculousfish
2012-03-25 18:38:33 -07:00
parent 0bdf7a598a
commit fa346cec3b
7 changed files with 43 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
function fish_config --description "Launch fish's web based configuration"
eval $__fish_datadir/tools/web_config/webconfig.py
end