1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Add whoami implementation.

This commit is contained in:
KokaKiwi 2013-10-18 14:00:38 +02:00
parent b805ed4961
commit 1c454e8b0b
2 changed files with 76 additions and 0 deletions

View file

@ -6,5 +6,6 @@ build:
sh -c 'rustc --out-dir build/ printenv/printenv.rs'
sh -c 'rustc --out-dir build/ true/true.rs'
sh -c 'rustc --out-dir build/ yes/yes.rs'
sh -c 'rustc --out-dir build/ whoami/whoami.rs'
.PHONY: build