5 lines
141 B
Bash
5 lines
141 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# rm -rf /home/martin/dev/menuserver/dist/*
|
||
|
cp -r /home/martin/dev/svelte_nurl/public/* /home/martin/dev/nurl/public/v2
|