helm-guide

An opinionated guide for the Helm system
git clone git://archive.git.mtrnord.blog/MTRNord/helm-guide.git
Log | Files | Refs | LICENSE

compile.sh (166B)


      1 #!/bin/bash
      2 
      3 git clone https://gitlab.com/islandoftex/arara.git --depth 1
      4 pushd arara
      5 ./gradlew :cli:build
      6 mv cli/build/libs/arara-cli-with-deps-*.jar arara.jar
      7 popd