From b6281e39de3d89d6c33f655349e208748e50e27b Mon Sep 17 00:00:00 2001 From: Orion Henry Date: Fri, 11 Dec 2015 17:06:56 -0600 Subject: [PATCH] rename for tab completion's sake --- Procfile | 2 +- pypack => packpy | 0 setup | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename pypack => packpy (100%) diff --git a/Procfile b/Procfile index 63d5668a..90f92ce0 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ web: livebook webpack: $(npm bin)/webpack --watch -pypack: ./pypack --watch +packpy: ./packpy --watch gopack: while true; do make -s ; sleep 5; done diff --git a/pypack b/packpy similarity index 100% rename from pypack rename to packpy diff --git a/setup b/setup index 6ea08e3e..446e266a 100755 --- a/setup +++ b/setup @@ -1,7 +1,7 @@ #!/bin/bash -x npm install -./pypack +./packpy go get -u github.com/ddollar/forego make