install-web-files.fish 163 B

12345678910
  1. #!/usr/bin/fish
  2. # Aim at deploying on local httpd server
  3. set fish_trace 1
  4. echo $WEBLAND_WEB_DEPLOY_PATH
  5. if not set -q WEBLAND_WEB_DEPLOY_PATH
  6. exit 1
  7. end
  8. exit 0