Add installation script for .factory directory
This commit is contained in:
7
install.sh
Executable file
7
install.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Install .factory to ~/.factory (merges, does not replace parent folders)
|
||||
|
||||
mkdir -p ~/.factory
|
||||
rsync -av .factory/ ~/.factory/
|
||||
|
||||
echo "Installed .factory to ~/.factory"
|
||||
Reference in New Issue
Block a user