From c09d91fe95fca4367f47c06fc808cd02a1a8e6a5 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 13 Aug 2019 14:40:54 -0400 Subject: add bins --- templates/.bin/lsproc | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 templates/.bin/lsproc (limited to 'templates/.bin/lsproc') diff --git a/templates/.bin/lsproc b/templates/.bin/lsproc new file mode 100755 index 0000000..eb96a12 --- /dev/null +++ b/templates/.bin/lsproc @@ -0,0 +1,3 @@ +#!/bin/sh + +grep -v '#' Procfile | cut -d':' -f1 | sed '/^\s*$/d' -- cgit v1.2.3