https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8
module tmp { # Create a temporary directory and cd in to it export def --env main []: nothing -> nothing { let t = mktemp --directory cd $t } } use tmp *