Skip to content

Instantly share code, notes, and snippets.

View LanF3usT's full-sized avatar

Bastien Maillard LanF3usT

  • Freelance
  • Paris
View GitHub Profile
@LanF3usT
LanF3usT / git-deploy.sh
Created October 22, 2012 12:59 — forked from sunny/git-deploy.sh
$ git deploy
#!/bin/bash
# Git push then pull over ssh
#
# Supposing you have these environments on the same ssh git remote:
# project/origin.git
# project/dev/.git
# project/prod/.git
#
# You can then push the current branch and pull it in dev/ and prod/ by doing:
# $ git deploy dev
@LanF3usT
LanF3usT / sunnytize.php
Created November 28, 2011 15:40 — forked from theamnesic/sunnytize.php
WordPress plugin that removes evil characters in file names
<?php
/*
Plugin Name: Sunnytize
Plugin URI:
Description: A better file name sanitizer
Version: 1.0
Author: Sunny Ripert
Author URI: http://sunfox.org
*/