-
Notifications
You must be signed in to change notification settings - Fork 6
/
transfer.sh
30 lines (22 loc) · 1007 Bytes
/
transfer.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
BASE=/var/www/lteconsulting.mano/formations
scp index.html [email protected]:$BASE/
scp formation-angular/index.html \
formation-angular/travaux-pratiques.html \
[email protected]:$BASE/angular/
scp formation-deploiement-jee/index.html \
formation-deploiement-jee/tp.html \
[email protected]:$BASE/deploiement-jee/
scp formation-git/index.html \
[email protected]:$BASE/git/
scp formation-google-app-engine/index.html \
formation-google-app-engine/tp-appengine.html \
[email protected]:$BASE/google-app-engine/
scp formation-html-css-javascript/slides/index.html \
[email protected]:$BASE/html-css-javascript/
scp formation-html-css-javascript/javascript-jquery.html \
[email protected]:$BASE/html-css-javascript/
scp formation-programmation-java/cours/*.html \
[email protected]:$BASE/java/
scp formation-programmation-java/cours/exercices/*.html \
[email protected]:$BASE/java/exercices/