Add initial notes and readme, script to copy wlan-lanforge-scripts

This commit is contained in:
Ben Greear
2020-04-20 05:35:45 -07:00
commit 4e25a0e140
4 changed files with 29 additions and 0 deletions

12
sync_repos.bash Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# Copy wlan-lanforge-scripts into place
# Assumes wlan-lanforge-scripts is already up to date.
# Other setup may be added here as well.
if [ -d ../wlan-lanforge-scripts ]
then
rm -fr lanforge/lanforge-scripts
cp -ar ../wlan-lanforge-scripts lanforge/lanforge-scripts
fi