sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

build (80B)


      1 #!/bin/sh
      2 find * -type d -exec sh -exc './build-page "$0" >$0/index.html' {} \;