Skip to content

Instantly share code, notes, and snippets.

View francoiscolas's full-sized avatar

François Colas francoiscolas

  • Angers, France
View GitHub Profile
@francoiscolas
francoiscolas / ovs-roller
Last active August 29, 2015 14:15
A shell script to create rollerblading events without having to use the ugly ovs website!
#!/bin/bash
if [ $# -le 0 ]
then
echo "Usage: $0 DAY-MONTH..."
exit 1
fi
USERNAME=francolas
if [ -z "$PASSWORD" ]
@francoiscolas
francoiscolas / 40_custom
Last active September 3, 2022 08:52
Boot to ISO from Grub.
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Ubuntu ISO" {
set root=(hd0,4)
set iso=/ubuntu.iso
loopback loop $iso