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

Port 'more' to Redox

This commit is contained in:
Ian Douglas Scott 2018-03-18 18:55:42 -07:00
parent ec6321a31e
commit f76b23e3df
No known key found for this signature in database
GPG key ID: 4924E10E199B5959
3 changed files with 32 additions and 1 deletions

View file

@ -66,7 +66,6 @@ fuchsia = [
generic = [
"arch",
"hostname",
"more",
"nproc",
"sync",
"tail",
@ -108,6 +107,7 @@ redox_generic = [
"ls",
"mkdir",
"mktemp",
"more",
"mv",
"nl",
"od",