Skip to content

Instantly share code, notes, and snippets.

View jeanpierreb's full-sized avatar

Jean-Pierre jeanpierreb

View GitHub Profile
@jeanpierreb
jeanpierreb / .gitignore
Last active August 29, 2015 14:01 — forked from octocat/.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@jeanpierreb
jeanpierreb / bash-cheatsheet.sh
Created April 20, 2017 17:42 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04