bin/scratch @ 29ed0264b02b

linux
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Jun 2018 09:06:36 -0700
parents 51ec87e1d131
children b8fcc95eea52
#!/usr/bin/env bash

set -euo pipefail

mkdir -p "$HOME/Desktop/scratch"
cd "$HOME/Desktop/scratch"
$EDITOR "$HOME/Desktop/scratch/scratch.$1"