Commit 781d7514e472e714f613cf8bfa675cd056d6e3b1

Authored by Etienne Pallier
1 parent e8c3247c
Exists in dev

rsync privatedev => private

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
cp_private_dev_to_private.sh
1   -cp -r ./privatedev/* ./private/
2 1 \ No newline at end of file
  2 +rsync -avh --delete privatedev/ private/
  3 +#cp -r ./privatedev/* ./private/
  4 +
... ...