From 77ad337e1de686907522863c0b24d26323a45f43 Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Sun, 25 Apr 2021 13:56:16 +1200 Subject: [PATCH] wrapper script for cli --- piston | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 piston diff --git a/piston b/piston new file mode 100755 index 0000000..94b0fe1 --- /dev/null +++ b/piston @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +node cli/index.js "$@" \ No newline at end of file