haproxy fullstack script

From elyograg, 7 Months ago, written in Bash, viewed 36 times.
URL https://paste.elyograg.org/view/4d2bb638 Embed
Download Paste or View Raw
  1. #!/bin/sh
  2.  
  3. if [ "`hostname`" != "smeagol" ]; then
  4.   ./sync_from_smeagol.sh
  5. fi
  6.  
  7. ./new-quic git-quictls
  8. ./new-haproxy git-haproxy-master
  9.  

Reply to "haproxy fullstack script"

Here you can reply to the paste above