Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
190 B

3 years ago
  1. #!/bin/bash
  2. mkdir Mabbs
  3. curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
  4. bundle exec jekyll build -d public
  5. tar czvf MayxBlog.tgz public/
  6. mv MayxBlog.tgz public/

Powered by TurnKey Linux.