5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/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
|