This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# ilia/php_excel extension example install script | |
# | |
# usage: | |
# > sudo ./install_phpexcel_php5.6.sh | |
# > (optionally) sudo service php5.6-fpm restart | |
# | |
# requirements: | |
# - Ubuntu 64bits (trusty/xenial) |