From 66cea7ce2c2abb754968d15a21b9c3ddce96af2c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 12 May 2020 11:46:14 +0300 Subject: [PATCH] docs: update --- kiss | 46 +--------------------------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) diff --git a/kiss b/kiss index 0a6264f..7b70d70 100755 --- a/kiss +++ b/kiss @@ -7,51 +7,7 @@ # [1] Warnings related to word splitting and globbing are disabled. # All word splitting in this script is *safe* and intentional. # -# REGARDING PORTABILITY -# -# - Anything with a specification should follow it (POSIX, BSD, etc). -# - Anything without a specification which has ONLY a single (widely used) -# implementation will be considered portable (git, curl, etc). -# -# POSIX utilities -# - sh (POSIX) -# - find (POSIX) -type f, -type d, -exec {} [+;], -o, -print, ! -# - ls (POSIX) -l, -d -# - sed (POSIX) -n, s///g, //d -# - grep (POSIX) -l, -F, -x, -f, -q, -v -# - sort (POSIX) -r, -u, -k -# - tee (POSIX) -a -# - date (POSIX) -# - mkdir (POSIX) -p -# - rm (POSIX) -f, -r -# - rmdir (POSIX) -# - cp (POSIX) -f, -P, -p, -L, -R -# - mv (POSIX) -f -# - chown (POSIX) -h -# - diff (POSIX) -U -# -# Misc -# - su* (sudo, doas, su) (in order, optional) -# - git (downloads from git) (must link to curl) -# - curl (downloads over http) (also needed by git) -# - sha256 (multiple fallbacks: sha256sum, shasum, sha256, openssl, etc) -# -# Compiler/libc utilities (depends cc & libc) -# - readelf (optional) (Part of compiler toolchain) (GNU, LLVM or elfutils) -# - strip (optional) (Part of compiler toolchain) (GNU, LLVM or elfutils) -# - ldd (optional) (Part of libc) -# -# Tarball compression -# - tar (as portable as can be) (merely: cf, tf, xf) -# - bzip2 (widely used) -d, -z -# - xz (widely used) -d, -z, -c, -T -# - gzip (widely used) -d, -6 -# - zstd (optional) -d, -z, -c -# - unzip (optional) -# - lzma (optional) -# - lzip (optional) -# -# Dylan Araps. +# Created by Dylan Araps. log() { # Print a message prettily.