sites

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

commit 3ec218de31ec17c67e64acba72367659373487a8
parent 9a7403a8e855b33d9b34630550e92e06448a23bb
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 17 Oct 2018 18:22:10 +0200

build: small fix to test post-receive hook

Diffstat:
Mbuild | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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