lsd0009

LSD0009: The GNU Taler Protocol
Log | Files | Refs | README

firefly-x86_64-amdepyc_deploy.sh (304B)


      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 draft-guetschow-taler-protocol.html index.html
      9 chmod -R ag+rX draft-guetschow-taler-protocol.* index.html .
     10 rsync --exclude=".*" --exclude="Makefile" -a --delete ./ lsd@firefly.gnunet.org:~/public/lsd0009/