summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-02-23 03:08:52 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-02-23 03:08:52 -0800
commitdd78faaf40862bd1552ec36c41374b527f747284 (patch)
treeb914f890c545db7168984f7bcc15cfc7c976c1d3
parentc808bb6ee7f77f077308a1f06f63dbee6a928f6d (diff)
Reorganize shell scripts into sh dir, consider in the future fsh will have different kinds of files
-rw-r--r--Makefile2
-rwxr-xr-xsh/alarm (renamed from alarm)0
-rwxr-xr-xsh/backlight (renamed from backlight)0
-rwxr-xr-xsh/bell (renamed from bell)0
-rwxr-xr-xsh/ccgp (renamed from ccgp)0
-rwxr-xr-xsh/cfg (renamed from cfg)0
-rwxr-xr-xsh/chmodef (renamed from chmodef)0
-rwxr-xr-xsh/curlqb (renamed from curlqb)0
-rwxr-xr-xsh/dateft (renamed from dateft)0
-rwxr-xr-xsh/dirnameall (renamed from dirnameall)0
-rwxr-xr-xsh/gita (renamed from gita)0
-rwxr-xr-xsh/gitfork (renamed from gitfork)0
-rwxr-xr-xsh/gitmetap (renamed from gitmetap)0
-rwxr-xr-xsh/gitmetar (renamed from gitmetar)0
-rwxr-xr-xsh/gitpu (renamed from gitpu)0
-rwxr-xr-xsh/grrc (renamed from grrc)0
-rwxr-xr-xsh/il (renamed from il)0
-rwxr-xr-xsh/lastarg (renamed from lastarg)0
-rwxr-xr-xsh/loop (renamed from loop)0
-rwxr-xr-xsh/lsp (renamed from lsp)0
-rwxr-xr-xsh/mll (renamed from mll)0
-rwxr-xr-xsh/mmi (renamed from mmi)0
-rwxr-xr-xsh/mpra (renamed from mpra)0
-rwxr-xr-xsh/mpva (renamed from mpva)0
-rwxr-xr-xsh/mpvy (renamed from mpvy)0
-rwxr-xr-xsh/mvln (renamed from mvln)0
-rwxr-xr-xsh/mvtr (renamed from mvtr)0
-rwxr-xr-xsh/mvtu (renamed from mvtu)0
-rwxr-xr-xsh/news (renamed from news)0
-rwxr-xr-xsh/o (renamed from o)0
-rwxr-xr-xsh/orgext (renamed from orgext)0
-rwxr-xr-xsh/pa (renamed from pa)0
-rwxr-xr-xsh/pq (renamed from pq)0
-rwxr-xr-xsh/px (renamed from px)0
-rwxr-xr-xsh/qg (renamed from qg)0
-rwxr-xr-xsh/qw (renamed from qw)0
-rwxr-xr-xsh/rate (renamed from rate)0
-rwxr-xr-xsh/reco (renamed from reco)0
-rwxr-xr-xsh/rfp (renamed from rfp)0
-rwxr-xr-xsh/sbar (renamed from sbar)0
-rwxr-xr-xsh/ta (renamed from ta)0
-rwxr-xr-xsh/time-uuid (renamed from time-uuid)0
-rwxr-xr-xsh/topa (renamed from topa)0
-rwxr-xr-xsh/upd (renamed from upd)0
-rwxr-xr-xsh/vinfo (renamed from vinfo)0
-rwxr-xr-xsh/wh (renamed from wh)0
-rwxr-xr-xsh/wtr (renamed from wtr)0
-rwxr-xr-xsh/xmq (renamed from xmq)0
48 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df3b91f..e23b26f 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ PREFIX = /usr/local
install:
mkdir -p ${DESTDIR}${PREFIX}/bin
# Another way would be define and use INSTALL INSTALL_PROGRAM INSTALL_DATA instead of use `cp -f` or `install` directly, see `info make`
- cp -f ${SH} ${DESTDIR}${PREFIX}/bin
+ for i in ${SH}; do cp -f sh/$$i ${DESTDIR}${PREFIX}/bin; done
uninstall:
for i in ${SH}; do rm -f ${DESTDIR}${PREFIX}/bin/$$i; done
diff --git a/alarm b/sh/alarm
index 5342e7d..5342e7d 100755
--- a/alarm
+++ b/sh/alarm
diff --git a/backlight b/sh/backlight
index 3de87f5..3de87f5 100755
--- a/backlight
+++ b/sh/backlight
diff --git a/bell b/sh/bell
index a0395ac..a0395ac 100755
--- a/bell
+++ b/sh/bell
diff --git a/ccgp b/sh/ccgp
index 2f5754f..2f5754f 100755
--- a/ccgp
+++ b/sh/ccgp
diff --git a/cfg b/sh/cfg
index 92a097e..92a097e 100755
--- a/cfg
+++ b/sh/cfg
diff --git a/chmodef b/sh/chmodef
index 446bc23..446bc23 100755
--- a/chmodef
+++ b/sh/chmodef
diff --git a/curlqb b/sh/curlqb
index d2851cd..d2851cd 100755
--- a/curlqb
+++ b/sh/curlqb
diff --git a/dateft b/sh/dateft
index b317474..b317474 100755
--- a/dateft
+++ b/sh/dateft
diff --git a/dirnameall b/sh/dirnameall
index befd347..befd347 100755
--- a/dirnameall
+++ b/sh/dirnameall
diff --git a/gita b/sh/gita
index ee00306..ee00306 100755
--- a/gita
+++ b/sh/gita
diff --git a/gitfork b/sh/gitfork
index 9736c4c..9736c4c 100755
--- a/gitfork
+++ b/sh/gitfork
diff --git a/gitmetap b/sh/gitmetap
index c058986..c058986 100755
--- a/gitmetap
+++ b/sh/gitmetap
diff --git a/gitmetar b/sh/gitmetar
index 1bfdc15..1bfdc15 100755
--- a/gitmetar
+++ b/sh/gitmetar
diff --git a/gitpu b/sh/gitpu
index 5453fae..5453fae 100755
--- a/gitpu
+++ b/sh/gitpu
diff --git a/grrc b/sh/grrc
index adf665e..adf665e 100755
--- a/grrc
+++ b/sh/grrc
diff --git a/il b/sh/il
index 7c75a71..7c75a71 100755
--- a/il
+++ b/sh/il
diff --git a/lastarg b/sh/lastarg
index b52afcd..b52afcd 100755
--- a/lastarg
+++ b/sh/lastarg
diff --git a/loop b/sh/loop
index 6a57826..6a57826 100755
--- a/loop
+++ b/sh/loop
diff --git a/lsp b/sh/lsp
index 4e2caa0..4e2caa0 100755
--- a/lsp
+++ b/sh/lsp
diff --git a/mll b/sh/mll
index 9f7d5df..9f7d5df 100755
--- a/mll
+++ b/sh/mll
diff --git a/mmi b/sh/mmi
index 350fe50..350fe50 100755
--- a/mmi
+++ b/sh/mmi
diff --git a/mpra b/sh/mpra
index 0801e55..0801e55 100755
--- a/mpra
+++ b/sh/mpra
diff --git a/mpva b/sh/mpva
index d80c9f3..d80c9f3 100755
--- a/mpva
+++ b/sh/mpva
diff --git a/mpvy b/sh/mpvy
index eb935cc..eb935cc 100755
--- a/mpvy
+++ b/sh/mpvy
diff --git a/mvln b/sh/mvln
index 54cef54..54cef54 100755
--- a/mvln
+++ b/sh/mvln
diff --git a/mvtr b/sh/mvtr
index 28eebf0..28eebf0 100755
--- a/mvtr
+++ b/sh/mvtr
diff --git a/mvtu b/sh/mvtu
index 6160507..6160507 100755
--- a/mvtu
+++ b/sh/mvtu
diff --git a/news b/sh/news
index 4d4b5c1..4d4b5c1 100755
--- a/news
+++ b/sh/news
diff --git a/o b/sh/o
index 8fb066c..8fb066c 100755
--- a/o
+++ b/sh/o
diff --git a/orgext b/sh/orgext
index 0143e62..0143e62 100755
--- a/orgext
+++ b/sh/orgext
diff --git a/pa b/sh/pa
index 86ae4e5..86ae4e5 100755
--- a/pa
+++ b/sh/pa
diff --git a/pq b/sh/pq
index bad9c35..bad9c35 100755
--- a/pq
+++ b/sh/pq
diff --git a/px b/sh/px
index 1b4e849..1b4e849 100755
--- a/px
+++ b/sh/px
diff --git a/qg b/sh/qg
index 11f6ff6..11f6ff6 100755
--- a/qg
+++ b/sh/qg
diff --git a/qw b/sh/qw
index e77b88f..e77b88f 100755
--- a/qw
+++ b/sh/qw
diff --git a/rate b/sh/rate
index 1625df6..1625df6 100755
--- a/rate
+++ b/sh/rate
diff --git a/reco b/sh/reco
index 7ee726d..7ee726d 100755
--- a/reco
+++ b/sh/reco
diff --git a/rfp b/sh/rfp
index c1a3e1f..c1a3e1f 100755
--- a/rfp
+++ b/sh/rfp
diff --git a/sbar b/sh/sbar
index 18c62f1..18c62f1 100755
--- a/sbar
+++ b/sh/sbar
diff --git a/ta b/sh/ta
index ae386c1..ae386c1 100755
--- a/ta
+++ b/sh/ta
diff --git a/time-uuid b/sh/time-uuid
index bdaf4b3..bdaf4b3 100755
--- a/time-uuid
+++ b/sh/time-uuid
diff --git a/topa b/sh/topa
index 3252997..3252997 100755
--- a/topa
+++ b/sh/topa
diff --git a/upd b/sh/upd
index 12499da..12499da 100755
--- a/upd
+++ b/sh/upd
diff --git a/vinfo b/sh/vinfo
index 190de19..190de19 100755
--- a/vinfo
+++ b/sh/vinfo
diff --git a/wh b/sh/wh
index d20f0de..d20f0de 100755
--- a/wh
+++ b/sh/wh
diff --git a/wtr b/sh/wtr
index c9907d9..c9907d9 100755
--- a/wtr
+++ b/sh/wtr
diff --git a/xmq b/sh/xmq
index 83eca0f..83eca0f 100755
--- a/xmq
+++ b/sh/xmq