r.sh 230 B

123456789101112
  1. #!/usr/bin/env dash
  2. cd "$(dirname "$0")"
  3. for f in \
  4. themes/current/actor.css \
  5. themes/current/actor.xsl \
  6. themes/current/posts.xsl \
  7. themes/current/style.css \
  8. ; do
  9. curl --output $f -L https://seppo.social/demo/$f
  10. done