My first commit of codes
This commit is contained in:
7
vendor/bin/psysh
vendored
Normal file
7
vendor/bin/psysh
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
SRC_DIR="`pwd`"
|
||||
cd "`dirname "$0"`"
|
||||
cd "../psy/psysh/bin"
|
||||
BIN_TARGET="`pwd`/psysh"
|
||||
cd "$SRC_DIR"
|
||||
"$BIN_TARGET" "$@"
|
Reference in New Issue
Block a user