mirror of
https://github.com/Luzifer/envrun.git
synced 2024-11-08 14:20:01 +00:00
Fix: Missing link in README
This commit is contained in:
parent
76f10cdb2f
commit
d49af9f963
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Luzifer / envrun
|
||||
|
||||
`envrun` is a small helper utility I wrote for myself to debug programs and scripts during their development expecting environment variables to be set to special values. Sure there is [gin]() for go webservers doing the same but I wanted something also for commandline utilities.
|
||||
`envrun` is a small helper utility I wrote for myself to debug programs and scripts during their development expecting environment variables to be set to special values. Sure there is [gin](https://github.com/codegangsta/gin) for go webservers doing the same but I wanted something also for commandline utilities.
|
||||
|
||||
It reads a `.env` file (configurable) from the current directory and then either takes its own environment variables or a clean set and adds the env variables found in `.env` to it. The resulting set is passed to the command you put as arguments to `envrun`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue