6 lines
67 B
Bash

#!/bin/sh
mkdir -p /tmp
mount -t tmpfs tmpfs /tmp
chmod 1777 /tmp