Skip to content

Instantly share code, notes, and snippets.

View jandersoncampelo's full-sized avatar

Janderson Rossato Campêlo jandersoncampelo

View GitHub Profile
@jandersoncampelo
jandersoncampelo / create_gallery.sh
Created July 15, 2019 22:52 — forked from sebspain/create_gallery.sh
A small bash script to create a basic image gallery from a folder of images. An example of the resulting gallery is here http://sebspain.co.uk/photos/gallery1/ and the css etc is available here https://github.com/sebspain/sebspain.github.io. Currently very specific to my site but feel free to modify for your purposes. Eventually I may write it i…
@jandersoncampelo
jandersoncampelo / .bashrc
Last active November 13, 2017 18:15
.bashrc do Bash on Windows
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac