5 lines
94 B
Text
5 lines
94 B
Text
|
#!/usr/bin/env zsh
|
||
|
##? drop into a temporary directory
|
||
|
|
||
|
pushd $(mktemp -d /tmp/${1:+$1.}XXXX)
|