mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #92 from Arcterus/master
Add status image and move users to Unix-specific commands
This commit is contained in:
commit
bbfc8a9d04
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -25,13 +25,13 @@ PROGS := \
|
||||||
tee \
|
tee \
|
||||||
true \
|
true \
|
||||||
truncate \
|
truncate \
|
||||||
users \
|
|
||||||
wc \
|
wc \
|
||||||
yes \
|
yes \
|
||||||
tty \
|
tty \
|
||||||
hostname \
|
hostname \
|
||||||
|
|
||||||
UNIX_PROGS := \
|
UNIX_PROGS := \
|
||||||
|
users \
|
||||||
whoami \
|
whoami \
|
||||||
|
|
||||||
ifneq ($(OS),Windows_NT)
|
ifneq ($(OS),Windows_NT)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
uutils coreutils
|
uutils coreutils [](https://travis-ci.org/uutils/coreutils)
|
||||||
================
|
================
|
||||||
|
|
||||||
uutils is an attempt at writing universal (as in cross-platform) CLI
|
uutils is an attempt at writing universal (as in cross-platform) CLI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue