summaryrefslogtreecommitdiffstats
path: root/src/lib/source/system/vfs/mount-pts/up
blob: 5b8ba89d275a92b581ec62b6be5e8cd005ea04b6 (plain)
1
2
3
4
5
6
7
8
9
#!@shebangdir@/execlineb -P

# ISC license.
# https://docs.kernel.org/filesystems/devpts.html

fdmove -c 2 1

if { mkdir -p -m 0755 -- /dev/pts }
mount -t devpts -o noexec,nosuid,gid=0,mode=0600 devpts /dev/pts