repo.or.cz
/
dotfiles_afify.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OpenBSD] fix volume_control script
[dotfiles_afify.git]
/
.scripts
/
create_mnt_dirs.sh
blob
f5b107582b7969383986644878770db5c1f7c9c3
1
#!/usr/bin/env sh
2
3
user
=
hassan
4
ostype
=
$
(
uname
)
5
6
case
$ostype
in
7
"Linux"
)
auth
=
sudo
;;
8
"OpenBSD"
)
auth
=
doas
;;
9
esac
10
11
cd
/
mnt
/
12
$auth
mkdir
4
tb
1
tb sd1 sd2 usb1 usb2 phone1 phone2 temp1 temp2
13
$auth
chown
-R
$user
/
mnt
/*