aboutsummaryrefslogtreecommitdiff
path: root/.boilerplates/c/run
diff options
context:
space:
mode:
Diffstat (limited to '.boilerplates/c/run')
-rwxr-xr-x.boilerplates/c/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/.boilerplates/c/run b/.boilerplates/c/run
new file mode 100755
index 0000000..50bf221
--- /dev/null
+++ b/.boilerplates/c/run
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+make && ./out/name "$@"