/gleamenv

Implementation of printenv in gleam

Primary LanguageGleam

Gleamenv

A mostly feature complete reimplementation of printenv written in Gleam.

Installation

git clone https://github.com/chrisBirmingham/gleamenv.git

cd gleamenv

make

[sudo] make install

Inspiration

Inspired by the Writing Gleam Tutorial on the gleam website.