Skip to content

Instantly share code, notes, and snippets.

View Paulmicha's full-sized avatar

Paul Michalet Paulmicha

  • Apprenti redirectionniste
  • Porto Alegre, Brasil
  • X @Paulmicha
View GitHub Profile
@Paulmicha
Paulmicha / drush_cs.sh
Last active July 5, 2018 09:17
Drush - usual commands cheatsheet
#!/bin/bash
# -*- coding: UTF8 -*-
##
# Drush usual commands cheat sheet
# Prerequisites : drush installed
#
# Sources:
# http://drushcommands.com/
# http://highrockmedia.com/blog/features-drush-drupal-goodness
@Paulmicha
Paulmicha / svn_cs.sh
Created October 24, 2012 10:34
Svn - Versionnig of a project with existing sources (+ how to remove all ".svn" dirs recursively)
#!/bin/bash
# -*- coding: UTF8 -*-
##
# SVN shell commands cheat sheet
# Tested in Debian 6 ("Squeeze")
#
# Prerequisites : svn server & repository
#
# Sources :