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

hostname: add support for Windows (and maybe other systems too)

This commit is contained in:
Alex Lyon 2018-03-06 16:40:08 -08:00
parent 15aaa8215e
commit 6330474b4f
5 changed files with 76 additions and 39 deletions

View file

@ -13,7 +13,6 @@ unix = [
"du",
"groups",
"hostid",
"hostname",
"id",
"install",
"kill",
@ -68,6 +67,7 @@ generic = [
"arch",
"cat",
"hashsum",
"hostname",
"join",
"more",
"ln",