#!/bin/bash

mount -t tmpfs none /tmp
exec "$@"
