From 60f2eda25e2b96ba284e3812d45683d510e59d16 Mon Sep 17 00:00:00 2001 From: Dave Olsen Date: Fri, 6 Mar 2015 20:19:02 -0500 Subject: [PATCH] scripts stuff won't work anyway so killing it --- core/scripts/README | 1 - core/scripts/installPatternLab.command | 5 ----- core/scripts/updateComposer.command | 4 ---- 3 files changed, 10 deletions(-) delete mode 100644 core/scripts/README delete mode 100644 core/scripts/installPatternLab.command delete mode 100644 core/scripts/updateComposer.command diff --git a/core/scripts/README b/core/scripts/README deleted file mode 100644 index c7f67be..0000000 --- a/core/scripts/README +++ /dev/null @@ -1 +0,0 @@ -This is a Mac OS X-compatible script. If you don't have a Mac please use the command line instructions to install Pattern Lab. \ No newline at end of file diff --git a/core/scripts/installPatternLab.command b/core/scripts/installPatternLab.command deleted file mode 100644 index 000c009..0000000 --- a/core/scripts/installPatternLab.command +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -DIR="$( cd "$( dirname "$0" )" && pwd )" -cd "$DIR/../../" -php "core/bin/composer.phar" install -php "core/console" -g \ No newline at end of file diff --git a/core/scripts/updateComposer.command b/core/scripts/updateComposer.command deleted file mode 100644 index 8068ca3..0000000 --- a/core/scripts/updateComposer.command +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="$( cd "$( dirname "$0" )" && pwd )" -cd "$DIR/../../" -php "core/bin/composer.phar" self-update \ No newline at end of file