index
:
dotfiles
this commit
master
My $HOME
robert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
etc
/
s6-rc
/
src
/
mount-tmpfs
/
up
blob: f93bc728e3a1a3cdbf56559abde9c68140c9a2b1 (
plain
) (
blame
)
1
2
#!/bin/execlineb -P
foreground
{
if
-n
{
mountpoint -q /tmp
}
mount -t tmpfs tmpfs /tmp
}