An open API service indexing awesome lists of open source software.

https://github.com/otthe/env-var-backup

System environment variable backup script
https://github.com/otthe/env-var-backup

backup go json tools

Last synced: 2 months ago
JSON representation

System environment variable backup script

Awesome Lists containing this project

README

        

# Environment variable backup

Creates JSON formatted backup file of your systems environment variables. Filename is "env.json" and it will be created to the same directory as this program.

## Commands:

go build -> compile the code into an executable.

go run main.go -> compile and execute