diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-07-26 20:53:33 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-07-26 20:53:33 -0400 |
commit | 76f7ff1f56cf5eebc91549277992ccf92333bdef (patch) | |
tree | be6fd97375dedc8ccd3a092189cc9922b52f6105 | |
parent | 3c54e6d3fa6f2d53e452d8a678498e6b92600a59 (diff) |
rename shell scripts to *.sh, remove execute bit, let make rename and enable execution
-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 |