4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
mount -t tmpfs tmpfs /home/selene
|
|
chown selene:selene /home/selene
|