bin/scratch @ 152269fc621b

linux
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Jun 2018 09:10:38 -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"