This website requires JavaScript.
Explore
Help
Sign In
dotfiles
/
bashrc
Watch
1
Star
0
Fork
You've already forked bashrc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
473e1e8f56
bashrc
/
.bashrc.d
/
mkcdtemp.bash
4 lines
44 B
Bash
Raw
Blame
History
mkcdtemp
(
)
{
cd
"
$(
mktemp -d
)
"
||
return
}
Reference in New Issue
View Git Blame
Copy Permalink