commit 0617d6eaf5c753f35912d5fe1457c5992f42533e from: Sven M. Hallberg date: Sun Oct 06 08:42:57 2019 UTC add license note commit - 36b4253d1fa68c0b4faf97c70fbb1004cbecd511 commit + 0617d6eaf5c753f35912d5fe1457c5992f42533e blob - 43438e323fb288c806dddba832adcce276da5466 blob + f1c795d42f3c79137091342a774b94c3ffab3812 --- painlist +++ painlist @@ -1,6 +1,6 @@ #!/bin/sh # simplistic pain list printer -# pesco 2016-2019 +# pesco 2016-2019, isc license # # reads issue items on stdin, one per line, not indented. items are arbitrary # text, rated by adding ">AxBxC<" anywhere on the line, where A,B,C,... are blob - 99d9ac90b9c00bd254098be43493b8c2253e87e9 blob + 1735582be3201ce7b78d3470ac24c55e496df85f --- tl +++ tl @@ -1,6 +1,6 @@ #!/bin/sh # "todo loop" -# pesco 2018-2019 +# pesco 2018-2019, isc license test -z "$TODO" && TODO=~/.todo test -z "$DONE" && DONE=~/.log