diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-02-15 14:14:04 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-02-15 14:14:04 -0800 |
commit | a6400298d0b0e9c28cc0a3e34617a8f682eb633f (patch) | |
tree | 5c8946b4fdaa2c604d914d778282d061f7bddc0e /bin/touch-projects | |
parent | [tmux] and once again, add it back .. (diff) | |
download | emacs.d-a6400298d0b0e9c28cc0a3e34617a8f682eb633f.tar.gz |
[bin] Update a bunch of scripts.
Diffstat (limited to 'bin/touch-projects')
-rwxr-xr-x | bin/touch-projects | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/touch-projects b/bin/touch-projects index c7de34d..28f0819 100755 --- a/bin/touch-projects +++ b/bin/touch-projects @@ -9,7 +9,9 @@ PROJECTS=( eventbus/read-proxy eventbus/provisioning monitoring-configs - src/python/twitter/messaging + src/python/twitter + distributedlog + kestrel ) for project in "${PROJECTS[@]}"; do |