From 3ec1800883e261e4d3495de90c5d38f61478b676 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sun, 6 Dec 2020 20:24:20 +0200 Subject: [PATCH] of course i forgot the shebang.. --- src/squeebot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/squeebot.ts b/src/squeebot.ts index 278f547..2f9783c 100644 --- a/src/squeebot.ts +++ b/src/squeebot.ts @@ -1,3 +1,4 @@ +#!/usr/bin/env node import child_process from 'child_process'; import fs from 'fs-extra'; import watch from 'node-watch';