logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

sources.sh (137B)


  1. #!/bin/sh
  2. set -ex
  3. ../src/configure >/dev/null
  4. awk '{print $2}' config.asm >vars.txt
  5. make -f sources.mk >../sources.txt
  6. git clean -df .