aboutsummaryrefslogtreecommitdiff
path: root/templates/.bin/lsproc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/.bin/lsproc')
-rwxr-xr-xtemplates/.bin/lsproc3
1 files changed, 3 insertions, 0 deletions
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'