#!/bin/sh

set -e

export EDITOR=true

mkdir /tmp/lesana_collection
cd /tmp/lesana_collection
lesana init && lesana new

