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