Skip to content

Commit

Permalink
Add tbdevmode helper script to get the repos on a fresh os install
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Jan 20, 2017
1 parent d3b75af commit c546776
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions root/usr/bin/tbdevmode
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

set -o errexit

cd ~

git clone https://github.com/tingbot/tbprocessd.git
git clone https://github.com/tingbot/tingbot-os.git
git clone https://github.com/tingbot/springboard.git
git clone https://github.com/tingbot/tingbot-python.git

0 comments on commit c546776

Please sign in to comment.