Skip to content

Commit af081e1

Browse files
author
Nick Jonas
committed
removed example apps, added my apps
1 parent 893b820 commit af081e1

File tree

84 files changed

+33
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+33
-5
lines changed

README.md

Lines changed: 12 additions & 1 deletion

coder-apps/install_common.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ base=$1
2222
./install_app.sh coder $base ./common/
2323
./install_app.sh coderlib $base ./common/
2424
./install_app.sh editor $base ./common/
25-
./install_app.sh eyeball $base ./common/
2625
./install_app.sh game2d $base ./common/
27-
./install_app.sh hello_coder $base ./common/
28-
./install_app.sh space_rocks_ $base ./common/
29-

coder-apps/install_drinabox.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/bash
2+
3+
##
4+
## Copies the common platform apps to
5+
## the coder-base working directory.
6+
##
7+
## sh install_common base_path
8+
##
9+
## Eg.
10+
## sh install_common ../coder-base/
11+
12+
if [ $# != 1 ]
13+
then
14+
echo -e "\nUse:\ninstall_drinabox coderbase\n"
15+
exit
16+
fi
17+
18+
base=$1
19+
20+
./install_app.sh weather $base ./drinabox/

coder-apps/install_pi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ fi
1818
base=$1
1919

2020
./install_common.sh $base
21+
./install_drinabox.sh $base
2122

2223
./install_app.sh auth $base ./pi/
2324
./install_app.sh coder $base ./pi/

0 commit comments

Comments
 (0)