Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Author: Pierre-Antoine Rault (rigelk)
# Sauce: https://gist.github.com/rigelk
# Licence: BSD licence
usage="USAGE ./new_event [editor]"
if [ -z "$1" ]
then
read -r -p "Post name > "
title=${REPLY}