5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/sh
|
|
git pull
|
|
npm install
|
|
export YOUCOM_COOKIE="Your Cookie"
|
|
node index |