astrXbian/www/multitube/vendor/ipfs/php-client/bin/rebuild

11 lines
149 B
Plaintext
Raw Normal View History

2021-03-20 01:33:02 +01:00
#!/usr/bin/env bash
composer rebuild-api
echo "MODIFIED FILES:"
git ls-files -m src/Api
git diff src/Api
exit $(git ls-files -m src/Api | wc -l)