lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

firefly-x86_64-amdepyc_deploy.sh (258B)


      1 #!/bin/bash
      2 
      3 # Deploy rest api from buildbot
      4 
      5 if [ -e index.html ]; then
      6   rm index.html
      7 fi
      8 ln -s lsd0001.html index.html
      9 chmod -R ag+rX lsd0001.* index.html .
     10 rsync --exclude=".*" --exclude="Makefile" -a --delete ./ lsd@firefly.gnunet.org:~/public/lsd0001/