From 28cadb970ca0b1ae6cde58d09eadb6af89999ddf Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 7 Nov 2017 08:47:26 -0800 Subject: Remove bin, this is now in it's own repo --- bin/touch-projects | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 bin/touch-projects (limited to 'bin/touch-projects') diff --git a/bin/touch-projects b/bin/touch-projects deleted file mode 100755 index 28f0819..0000000 --- a/bin/touch-projects +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -set -x -set -e - -SOURCE="${HOME}/src/source" - -PROJECTS=( - eventbus/read-proxy - eventbus/provisioning - monitoring-configs - src/python/twitter - distributedlog - kestrel -) - -for project in "${PROJECTS[@]}"; do - touch ${SOURCE}/${project}/.projectile -done -- cgit 1.4.1