Revert "My first commit of codes"

This reverts commit a6e5a69348.
This commit is contained in:
sujitprasad
2015-05-01 13:27:00 +05:30
parent 6f37d10de3
commit 16ea6e1984
8487 changed files with 0 additions and 1317246 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../classpreloader/classpreloader"
BIN_TARGET="`pwd`/classpreloader.php"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"

View File

@@ -1,3 +0,0 @@
@ECHO OFF
SET BIN_TARGET=%~dp0/../classpreloader/classpreloader/classpreloader.php
php "%BIN_TARGET%" %*

7
vendor/bin/phpspec vendored
View File

@@ -1,7 +0,0 @@
#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../phpspec/phpspec/bin"
BIN_TARGET="`pwd`/phpspec"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"

View File

@@ -1,3 +0,0 @@
@ECHO OFF
SET BIN_TARGET=%~dp0/../phpspec/phpspec/bin/phpspec
php "%BIN_TARGET%" %*

7
vendor/bin/phpunit vendored
View File

@@ -1,7 +0,0 @@
#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../phpunit/phpunit"
BIN_TARGET="`pwd`/phpunit"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"

View File

@@ -1,3 +0,0 @@
@ECHO OFF
SET BIN_TARGET=%~dp0/../phpunit/phpunit/phpunit
php "%BIN_TARGET%" %*

7
vendor/bin/psysh vendored
View File

@@ -1,7 +0,0 @@
#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../psy/psysh/bin"
BIN_TARGET="`pwd`/psysh"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"

View File

@@ -1,3 +0,0 @@
@ECHO OFF
SET BIN_TARGET=%~dp0/../psy/psysh/bin/psysh
php "%BIN_TARGET%" %*