tmpdir.sh

0.3.0 • Public • Published

tmpdir.sh

Build Status NPM version NPM downloads LICENSE

Portable $TMPDIR for your shell.

Example (OSX)

echo 123 > $(. node_modules/tmpdir.sh/index)/hacker.pid

cat $TMPDIR/hacker.pid
# => 123

Example (Linux)

echo 123 > $(. node_modules/tmpdir.sh/index)/hacker.pid

cat /tmp/hacker.pid
# => 123

Installation

npm install tmpdir.sh --save

License

MIT

Package Sidebar

Install

npm i tmpdir.sh

Weekly Downloads

2

Version

0.3.0

License

MIT

Last publish

Collaborators

  • wilmoore