forked from troniak/HHM-OCTAB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy
executable file
·15 lines (13 loc) · 974 Bytes
/
deploy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
cp src/nonverbal_annotation_webpage_nolabel_v1.9.html src/deploy_nonverbal_annotation_webpage_nolabel_v1.9.html
perl -pi -w -e 's/deploy_end\*\//\/*deploy_end*\//g;' src/deploy_nonverbal_annotation_webpage_nolabel_v1.9.html
perl -pi -w -e 's/\/\*deploy_start/\/*deploy_start*\//g;' src/deploy_nonverbal_annotation_webpage_nolabel_v1.9.html
if [ $1 == "cmu" ]; then
scp src/nonverbal_annotation_webpage_nolabel_v1.9.html [email protected]:www/hhm_hit.html
scp instructions/instructions_interface.html [email protected]:www/hhm_instructions_interface.html
else
scp src/nonverbal_annotation_webpage_nolabel_v1.9.html [email protected]:public_html/hhm_hit.html
scp instructions/instructions_interface.html [email protected]:public_html/hhm_instructions_interface.html
fi
cat src/deploy_nonverbal_annotation_webpage_nolabel_v1.9.html | pbcopy
echo 'source copied to clipboard! paste directly into MTurk designer'