├── $ ├── LICENSE ├── README.md └── package.json /$: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec "$@" 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fraction/dollar-sign/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fraction/dollar-sign/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fraction/dollar-sign/HEAD/package.json --------------------------------------------------------------------------------