-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevinstall.sh
More file actions
executable file
·21 lines (17 loc) · 2.07 KB
/
devinstall.sh
File metadata and controls
executable file
·21 lines (17 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
cd ~
pwd
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/src/app/plugins/modules/customers-pn
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/customer-settings
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/customer-general
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Assets
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Page\ objects/Customers
rm -fR Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-plugin-step2.conf.js
cp -av Documents/workspace/microting/eform-angular-basecustomer-plugin/eform-client/src/app/plugins/modules/customers-pn Documents/workspace/microting/eform-angular-frontend/eform-client/src/app/plugins/modules/customers-pn
cp -av Documents/workspace/microting/eform-angular-basecustomer-plugin/eform-client/e2e/Tests/customer-settings Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/customer-settings
cp -av Documents/workspace/microting/eform-angular-basecustomer-plugin/eform-client/e2e/Tests/customer-general Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Tests/customer-general
cp -av Documents/workspace/microting/eform-angular-basecustomer-plugin/eform-client/e2e/Assets/ Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Assets
cp -av Documents/workspace/microting/eform-angular-basecustomer-plugin/eform-client/e2e/Page\ objects/Customers Documents/workspace/microting/eform-angular-frontend/eform-client/e2e/Page\ objects/Customers
cp -av Documents/workspace/microting/eform-angular-basecustomer-plugin/eform-client/wdio-headless-plugin-step2.conf.js Documents/workspace/microting/eform-angular-frontend/eform-client/wdio-plugin-step2.conf.js
rm -fR Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins/Customers.Pn
cp -av Documents/workspace/microting/eform-angular-basecustomer-plugin/eFormAPI/Plugins/Customers.Pn Documents/workspace/microting/eform-angular-frontend/eFormAPI/Plugins/Customers.Pn