mirror of
https://github.com/jorgevasquezp/yorchnet_scripts.git
synced 2026-08-16 15:31:10 +00:00
4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
echo "asas"
|
|
rsync -rav --include '+ */' --include '- *' .project/ $1/
|