aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/links-chmod (unfollow)
Commit message (Collapse)Author
2023-05-21realpath -> readlinkEgor Tensin
I have an exteremely retarded work machine which bundles its own realpath for no reason. A quick fix is to use readlink instead.
2023-02-02accomodate older bash-esEgor Tensin
2022-04-02bash best practices & lintingEgor Tensin
2022-01-06links-chmod: mode parameter is mandatoryv2.0Egor Tensin
2022-01-06db.sh: add parse_mode functionEgor Tensin
2021-11-25links-chmod: tweak the help messageEgor Tensin
2021-11-25add links-chmodEgor Tensin
2021-11-25update script names in commentsEgor Tensin
2021-04-29rename the projectv1.0Egor Tensin
2021-04-29rename the scriptsEgor Tensin
For consistency with the distribution packages, mostly.
2021-04-28bin/*.sh -> *.shEgor Tensin
2021-04-28allow bin/*.sh be symlinkedEgor Tensin
2019-08-10+x bin/*.shEgor Tensin
2019-08-10add unlink.shEgor Tensin
2019-08-10add os.sh & fix a couple of bugsEgor Tensin
2019-08-10refactor db.shEgor Tensin
2019-08-07split update.sh into multiple filesEgor Tensin