summaryrefslogtreecommitdiff
path: root/status.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-17 10:16:40 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-17 10:16:40 +0200
commit7ee2c13be3f179174014a80bc3dfa294a78533a9 (patch)
tree5d39c20c5c1ffb214aa5c6ee0ad368886cad47a8 /status.sh
parentd193240e67e18ad9ac44e5f1d2d0913a5bc77601 (diff)
downloadliw-ci-7ee2c13be3f179174014a80bc3dfa294a78533a9.tar.gz
cleanup
Diffstat (limited to 'status.sh')
-rwxr-xr-xstatus.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/status.sh b/status.sh
deleted file mode 100755
index ffd9403..0000000
--- a/status.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -eu
-icktool status | awk '$1 == "project" || /^-/ || $3 != "done"' | grep -v 'dummy'
-