5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
mount -t tmpfs none /tmp
|
||
|
exec "$@"
|