6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/bash
|
|
git clone https://github.com/billchurch/webssh2.git
|
|
cd webssh2/app
|
|
npm install --production
|
|
npm start
|