Skip to content

Commit 3d294e1

Browse files
author
Larry Peterson
committed
refactor code
1 parent 82e692b commit 3d294e1

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
*.tex
33
.DS_Store
44
*/.DS_Store
5-
*.sh
65
figures-pdf/
76
figures-high_res/
87
figures-low_res/
@@ -12,4 +11,3 @@ scripts/
1211
onosproject.github.io/
1312
_build/
1413
doc_venv/
15-
cover.docx

code/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
$ mkdir ~/sdn
2+
$ cd ~/sdn
3+
$ git clone https://github.com/SystemsApproach/SDN.git

code/clone.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
$ cd ~
2+
$ git clone -b advanced https://github.com/opennetworkinglab/ngsdn-tutorial

code/make.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
$ cd ~/ngsdn-tutorial
2+
$ make deps

code/pull.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
$ cd ~/ngsdn-tutorial
2+
$ git pull origin advanced

0 commit comments

Comments
 (0)