6 lines
39 B
Bash
Executable File
6 lines
39 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd www
|
|
npm install
|
|
cd ..
|