From 7a13e3d67691eb47e95361b61e7ac6a0598e04ff Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 28 Jun 2020 13:52:37 +0200 Subject: Run script boilerplate Better than anything else imho --- .boilerplates/txt/run | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .boilerplates/txt/run (limited to '.boilerplates') diff --git a/.boilerplates/txt/run b/.boilerplates/txt/run new file mode 100755 index 0000000..945c051 --- /dev/null +++ b/.boilerplates/txt/run @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +echo "Run!" -- cgit v1.2.3