Skip to content

Instantly share code, notes, and snippets.

View Chofoteddy's full-sized avatar

Christopher Castaneira Chofoteddy

View GitHub Profile
@jmas
jmas / cli.php
Created May 17, 2016 22:04
Slim Framework 3 as cli command
<?php
// php cli.php /update
require __DIR__ . '/vendor/autoload.php';
if (PHP_SAPI == 'cli') {
$argv = $GLOBALS['argv'];
array_shift($argv);
@tsabat
tsabat / zsh.md
Last active October 16, 2024 14:43
Getting oh-my-zsh to work in Ubuntu