mirror of
https://github.com/jorgevasquezp/yorchnet_scripts.git
synced 2026-08-16 15:31:10 +00:00
created script to make a new project out of a predefined structured '.project' folder, and a script to mount all shares attached to the local server
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo "asas"
|
||||
rsync -rav --include '+ */' --include '- *' .project/ $1/
|
||||
Reference in New Issue
Block a user