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:
parent
15aaa8215e
commit
6330474b4f
5 changed files with 76 additions and 39 deletions
|
@ -13,7 +13,6 @@ unix = [
|
|||
"du",
|
||||
"groups",
|
||||
"hostid",
|
||||
"hostname",
|
||||
"id",
|
||||
"install",
|
||||
"kill",
|
||||
|
@ -68,6 +67,7 @@ generic = [
|
|||
"arch",
|
||||
"cat",
|
||||
"hashsum",
|
||||
"hostname",
|
||||
"join",
|
||||
"more",
|
||||
"ln",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue