Archiving a bunch of old stuff
This commit is contained in:
5
oldstuff/selinux/.vagrant-provision-as-vagrant.sh
Normal file
5
oldstuff/selinux/.vagrant-provision-as-vagrant.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for f in $(find /vagrant/.vagrant-skel -type f) ; do
|
||||
ln -svf $f /home/vagrant/${f##/vagrant/.vagrant-skel/}
|
||||
done
|
||||
Reference in New Issue
Block a user