Manuel Araoz
11 years ago
4 changed files with 4 additions and 4 deletions
@ -1,7 +1,7 @@ |
|||||
#! /bin/bash |
#! /bin/bash |
||||
|
|
||||
cd vendor/ |
cd vendor/ |
||||
cat browser-adapter.js crypto.js ripemd160.js jsbn.js jsbn2.js prng4.js util.js rng.js ec.js sec.js ecdsa.js eckey.js > vendor.js |
cat browser-adapter.js crypto.js ripemd160.js jsbn.js jsbn2.js prng4.js util.js rng.js ec.js sec.js ecdsa.js eckey.js > vendor-bundle.js |
||||
mv vendor.js ../ |
mv vendor-bundle.js ../ |
||||
cd ../ |
cd ../ |
||||
|
|
||||
|
Loading…
Reference in new issue