6 lines
99 B
Bash
6 lines
99 B
Bash
#!/usr/bin/env zsh
|
|
##? drop into a directory in ~/scratch/%Y/%U
|
|
|
|
dir=$(mkscratch "$@")
|
|
|
|
pushd $dir
|