This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
HomeIsWhereTheMoneyIs/vendor/psy/psysh/bin/build
T
2017-05-24 18:35:30 -05:00

14 lines
195 B
Python
Executable File

#!/usr/bin/env bash
set -ev
cd "${BASH_SOURCE%/*}/.."
echo "Building phar"
./bin/build-vendor
./bin/build-phar
echo "Building compat phar"
./bin/build-vendor-compat
./bin/build-phar --compat