From fa2dbf4fa33ee2c1d14743a1ef44f7615272eba4 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Thu, 15 May 2014 16:44:28 -0300 Subject: [PATCH] removed unnecessary concat.sh --- concat.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 concat.sh diff --git a/concat.sh b/concat.sh deleted file mode 100755 index f747c6684..000000000 --- a/concat.sh +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -cd vendor/ -cat browser-adapter.js crypto-2.0.js crypto-3.1.js jsbn.js jsbn2.js prng4.js util.js rng.js ec.js sec.js ecdsa.js eckey.js > vendor-bundle.js -mv vendor-bundle.js ../ -cd ../ -