6 lines
67 B
Bash
6 lines
67 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p /tmp
|
|
mount -t tmpfs tmpfs /tmp
|
|
chmod 1777 /tmp
|