bin/scratch @ 5a3902856597

More
author Steve Losh <steve@stevelosh.com>
date Mon, 11 Nov 2019 20:46:32 -0500
parents b8fcc95eea52
children (none)
#!/usr/bin/env bash

set -euo pipefail

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