mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2026-03-14 20:55:46 +01:00
8 lines
143 B
Bash
8 lines
143 B
Bash
#!/bin/bash
|
|
|
|
npm install
|
|
node utils/melangerATrouver.js
|
|
node utils/majATrouver.js
|
|
tsc
|
|
cp -r public/* /var/www/sutom/
|
|
cp -r js/ /var/www/sutom/
|