16 lines
162 B
Bash
Executable File
16 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ../
|
|
|
|
mkdir -p bin
|
|
cd bin
|
|
|
|
wget https://github.com/SuperNovaa41/isbn-lookup/releases/download/0.0.6/isbn
|
|
chmod +x isbn
|
|
|
|
cd ../
|
|
|
|
npm install
|
|
|
|
cd dev/
|