d5742209d3
Fixes #113 Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mount -t tmpfs none /tmp
|
|
exec "$@"
|