bin/scratch @ 8899300998c0

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