deploy.sh 142 B

123456789
  1. #!/bin/bash
  2. hugo
  3. mv public/docs/try/index.{html,php}
  4. lang="pt es gl it"
  5. for i in $lang
  6. do
  7. mv public/$i/docs/try/index.{html,php}
  8. done