citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 7cb90904b5a58302bafbe8d2957a4217bb827f87
parent 332f8e3370ea6c777f4b81696e76667a4a9d45db
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  1 Jul 2016 15:26:25 -0600

www: add a script to update index.html

Diffstat:
Awww/bin/update.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/www/bin/update.sh b/www/bin/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +sed -e "s%stale ${1}\">stale%${1}\"><a href=\"/pkg/${2}\">test report</a>%" -i index.html