From 53f3024df5fbb7ddb95bfb002a5e8d0f325a5e66 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 29 Sep 2013 17:52:39 +0000 Subject: add an applets.sh so other things can run it to get the list --- applets.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 applets.sh (limited to 'applets.sh') diff --git a/applets.sh b/applets.sh new file mode 100755 index 0000000..709c0fa --- /dev/null +++ b/applets.sh @@ -0,0 +1,2 @@ +#!/bin/sh +sed -n '/^DECLARE_APPLET/s:.*(\(.*\))$:\1:p' "${0%/*}"/applets.h | sort -- cgit v1.2.3-65-gdbad