index
:
bspwm-setup.git
main
Unnamed repository; edit this file 'description' to name the repository.
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
mkcd
blob: 96c48ac489f78b4d284422bf7cb1a59370f195bb (
plain
) (
blame
)
1
2
3
4
#! /bin/bash
DIR
=
$(
mkdir
$*
|
tail
-n
1
)
cd
${
DIR
}