diff --git a/.gitignore b/.gitignore index 43109eb..6e467fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /node_modules /package-lock.json -/old -/bin \ No newline at end of file +/old \ No newline at end of file diff --git a/bin/gigascript b/bin/gigascript new file mode 100644 index 0000000..defc057 --- /dev/null +++ b/bin/gigascript @@ -0,0 +1,2 @@ +#!/bin/bash +ts-node Z:/GigaScript/src/index.ts "$@" \ No newline at end of file