summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-26 20:53:33 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-26 20:53:33 -0400
commit76f7ff1f56cf5eebc91549277992ccf92333bdef (patch)
treebe6fd97375dedc8ccd3a092189cc9922b52f6105
parent3c54e6d3fa6f2d53e452d8a678498e6b92600a59 (diff)
rename shell scripts to *.sh, remove execute bit, let make rename and enable execution
-rw-r--r--Makefile3
-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
diff --git a/Makefile b/Makefile
index 46557c1..1238b26 100644
--- a/Makefile
+++ b/Makefile
@@ -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/arch b/arch.sh
index 6ff1fb5..6ff1fb5 100755..100644
--- a/arch
+++ b/arch.sh
diff --git a/base64 b/base64.sh
index 60f09d2..60f09d2 100755..100644
--- a/base64
+++ b/base64.sh
diff --git a/dir b/dir.sh
index 4507cf5..4507cf5 100755..100644
--- a/dir
+++ b/dir.sh
diff --git a/factor b/factor.sh
index ab6a72e..ab6a72e 100755..100644
--- a/factor
+++ b/factor.sh
diff --git a/nproc b/nproc.sh
index f70e2ca..f70e2ca 100755..100644
--- a/nproc
+++ b/nproc.sh
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
diff --git a/seq b/seq.sh
index acb68d5..acb68d5 100755..100644
--- a/seq
+++ b/seq.sh
diff --git a/stdbuf b/stdbuf.sh
index a2f6a72..a2f6a72 100755..100644
--- a/stdbuf
+++ b/stdbuf.sh
diff --git a/tac b/tac.sh
index d0f1504..d0f1504 100755..100644
--- a/tac
+++ b/tac.sh
diff --git a/uptime b/uptime.sh
index e78ad4a..e78ad4a 100755..100644
--- a/uptime
+++ b/uptime.sh
diff --git a/users b/users.sh
index 516cedb..516cedb 100755..100644
--- a/users
+++ b/users.sh
diff --git a/vdir b/vdir.sh
index 877b868..877b868 100755..100644
--- a/vdir
+++ b/vdir.sh
diff --git a/yes b/yes.sh
index 01c755f..01c755f 100755..100644
--- a/yes
+++ b/yes.sh