Skip to content

Instantly share code, notes, and snippets.

View Chofoteddy's full-sized avatar

Christopher Castaneira Chofoteddy

View GitHub Profile
@tsabat
tsabat / zsh.md
Last active April 21, 2025 07:22
Getting oh-my-zsh to work in Ubuntu
@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);