index
:
dotfiles.git
master
Scripts and configuration files I use on my arch linux desktop.
Vikas Kushwaha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
shorts
/
mk
blob: 392320f1637bfd84a456ca4947f175ac93680e90 (
plain
)
1
2
3
4
5
#!/bin/sh
# make a file in specified path
mkdir
-pv
"
$(
dirname
"
$1
"
)
"
&&
touch
"
$1
"