3 lines
62 B
Bash
3 lines
62 B
Bash
rm -rf ~/projects/ffprofile/*
|
|
cp ./* ~/projects/ffprofile/ -r
|
rm -rf ~/projects/ffprofile/*
|
|
cp ./* ~/projects/ffprofile/ -r
|