public
Description: Run a process with a transient /tmp
Homepage:
Clone URL: git://github.com/kohsuke/transienttmp.git
name age message
file .gitignore Sat Jan 31 22:34:37 -0800 2009 ignore artifacts [Kohsuke Kawaguchi]
file Makefile Loading commit data...
file README Sun Feb 01 00:59:05 -0800 2009 Fixed debian packaging. [Kohsuke Kawaguchi]
directory debian/ Sun Feb 01 00:59:05 -0800 2009 Fixed debian packaging. [Kohsuke Kawaguchi]
file transienttmp.c Sat Jan 31 21:16:39 -0800 2009 initial version [Kohsuke Kawaguchi]
README
This little tool runs a process with a temporary /tmp mount that goes away as soon as the process exits. This is 
originally developed to handle builds/tests that clutter /tmp.

This tool takes advantages of the per-process mount table available in modern Linux kernels. That is, the process 
launched through this command will see a different /tmp than the rest of the world sees.

Run this like "transienttmp COMMAND..." like "transienttmp ant test"

To install, "make install"