Skip to content

Instantly share code, notes, and snippets.

View tgabi333's full-sized avatar

Gábor Tóth tgabi333

  • TechTeamer
  • Budapest/Europe
View GitHub Profile
Military helicopters have been assisting in the search and rescue efforts
Continue reading the main story
Related Stories
Why are climbers leaving Everest?
Sherpa families' sorrow after killer Everest avalanche
Indian cyclone death toll reaches 24
Rescue teams are searching for at least 70 people missing along Nepal's Himalayan hiking routes, after nine bodies were recovered on Wednesday.
There are fears that the final death toll will be much higher. Many trekkers on the circuit remain out of contact.
asfsasafsafsafsaf
@tgabi333
tgabi333 / modulecache.sh
Last active February 3, 2016 15:00
travis php pecl package cacher
#!/bin/bash
MODULE_CACHE_DIR=${TRAVIS_BUILD_DIR}/travis_cache/`php-config --vernum`
INI_DIR=${TRAVIS_BUILD_DIR}/travis_cache/ini
PHP_TARGET_DIR=`php-config --extension-dir`
PHP_INI_FILE=`php -r "echo php_ini_loaded_file();"`
if [ -d ${MODULE_CACHE_DIR} ]
then
cp ${MODULE_CACHE_DIR}/* ${PHP_TARGET_DIR}
fi