5 lines
180 B
Bash
Executable File
5 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# rm -rf /home/martin/dev/menuserver/dist/*
|
|
cp -r /home/martin/dev/Angular/angular-testmvc/dist/angular-testmvc/* /home/martin/dev/Server/testmvc/src/angular/
|