KXStudio Website https://kx.studio/
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.

9 lines
152B

  1. #!/bin/bash
  2. set -e
  3. pushd $(dirname $0)/repo
  4. ./generate-repo-page.sh apps > applications.html
  5. # ./generate-repo-page.sh plugins > plugins.html
  6. popd