retire combine.sh

This commit is contained in:
Eon S. Jeon 2018-11-08 00:08:41 +09:00
parent 4f455d8e46
commit 62bedd96d4

View File

@ -1,10 +0,0 @@
#!/bin/bash
set -xe
(
cat engine.js;
cat main.js;
) \
| grep -v '^\s*\/\/' \
> combined.js