diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | arch.sh (renamed from arch) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | base64.sh (renamed from base64) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | dir.sh (renamed from dir) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | factor.sh (renamed from factor) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | nproc.sh (renamed from nproc) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | printenv.sh (renamed from printenv) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | readlink.sh (renamed from readlink) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | seq.sh (renamed from seq) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | stdbuf.sh (renamed from stdbuf) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | tac.sh (renamed from tac) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | uptime.sh (renamed from uptime) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | users.sh (renamed from users) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | vdir.sh (renamed from vdir) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | yes.sh (renamed from yes) | 0 |
15 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ .POSIX: -PROGRAMS=hostid mktemp sync +PROGRAMS=arch base64 factor hostid mktemp nproc printenv readlink \ + seq stdbuf sync tac uptime users vdir yes all: $(PROGRAMS) diff --git a/printenv b/printenv.sh index 1ec574a..1ec574a 100755..100644 --- a/printenv +++ b/printenv.sh diff --git a/readlink b/readlink.sh index 5bf2be5..5bf2be5 100755..100644 --- a/readlink +++ b/readlink.sh |