bin/scratch @ a1d399ef7d54

Updates for Linux
author Steve Losh <steve@stevelosh.com>
date Mon, 25 Jun 2018 16:56:02 -0400
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"