8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mount -t tmpfs none /tmp
|
|
exec "$@"
|