mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
Add initial notes and readme, script to copy wlan-lanforge-scripts
This commit is contained in:
12
sync_repos.bash
Executable file
12
sync_repos.bash
Executable 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
|
||||
Reference in New Issue
Block a user