├── .github └── FUNDING.yml ├── .gitignore ├── .updchk ├── 0-README ├── 1-NOT-SH ├── LICENCES ├── 0-README ├── AGPLv3 ├── Apache-2.0 ├── CC-BY-NC-ND_3.0.txt ├── CC-BY-NC-ND_4.0.txt ├── CC-BY-NC-SA_3.0.txt ├── CC-BY-NC-SA_4.0.txt ├── CC-BY-NC_3.0.txt ├── CC-BY-NC_4.0.txt ├── CC-BY-ND_3.0.txt ├── CC-BY-ND_4.0.txt ├── CC-BY-SA_3.0.txt ├── CC-BY-SA_4.0.txt ├── CC-BY_3.0.txt ├── CC-BY_4.0.txt ├── CC0_1.0.txt ├── GPLv1 ├── GPLv2 ├── GPLv3 ├── LGPLv2 ├── LGPLv2.1 ├── LGPLv3 └── MirBSD.htm ├── bash-ksh ├── 0-README ├── L365 ├── generate-pgpkey-for-at-home ├── generate-pgpkey-for-at-work ├── profile-funcs └── protoshell ├── bash ├── 0-README ├── bashcheck │ ├── README.md │ └── bashcheck ├── clock └── pbuilder-hooks │ ├── A50wait │ ├── D01slashrepo │ ├── D02varcacheapt │ └── F00mark ├── ksh ├── 0-README ├── ansi-colours ├── permute ├── prompt-tg └── svg-path-abs2rel ├── ksh93 └── 0-README ├── mksh ├── 0-README ├── _remfor ├── _remfornd ├── annex.cgi ├── any2utf8 ├── assockit.ksh ├── assoldap.ksh ├── assotest ├── base64 ├── bdfctool.1 ├── bdfctool.sh ├── bin2print ├── bmgrep ├── bright ├── calckw ├── clock ├── colours ├── conninfo.cgi ├── csrgen.cgi ├── cvs-switchroot ├── cvs-switchroot.1 ├── cvscheck ├── debian-dev │ ├── BuildDSC.sh │ ├── aptcheck │ ├── c │ ├── debextract │ ├── debrepack │ ├── dot.quiltrc │ ├── dscls │ ├── mkdchanges │ ├── mkdebidx.sh │ ├── pbrc2usl │ └── quinn-ls.sh ├── depgp ├── dumpargs ├── earthseasons ├── editdiff ├── eurocalc ├── fccombine ├── ffgetcookies ├── findups ├── fixfloat.sh ├── flacplay ├── g ├── gcletcnt ├── gcletres ├── gened2k ├── getarticle ├── hash-bafh ├── hash-cdb ├── hash-jenkins ├── hash-nzat ├── hd ├── hexdump ├── hexnump ├── hexpad.sh ├── hexudump ├── hexunump ├── jenkins-job-backup ├── ldap_user_info.cgi ├── ldapshow ├── maidenhead ├── mergelines ├── more ├── mpcabber ├── mvnrepo.sh ├── mvnrepo.xsl ├── pdfpages ├── pgpdemime ├── profile-funcs ├── progress-bar ├── ps2pdfmir ├── pushd-popd-dirs ├── rcp ├── rechte-mock.shar ├── resortip ├── rmplayer ├── roff2htm ├── series ├── shuffle ├── sortdeps.sh ├── sortplug.sh ├── ssv │ ├── .gitignore │ ├── 0-README │ ├── csv2ssv.c │ ├── ssv2csv │ ├── ssvcolsz │ └── test-c.sh ├── strip-comments ├── svn2cvs ├── sysadmin │ ├── _battst │ ├── agus │ ├── agus.1 │ ├── dmppgsql.sh │ ├── gencert.sh │ ├── getjpics.cgi │ ├── getnetcfg │ ├── ipr2hn │ ├── jboss-management.shar │ ├── kuhbauer │ ├── loadenv.sh │ ├── mkhosts │ ├── mkhosts.1 │ ├── mkmissingpoms │ ├── mvndput.sh │ ├── schnell │ ├── showlcl.sh │ ├── staticHostsGen │ ├── vcs2deb │ ├── virtmem │ └── y2038chk-ext2fs.sh ├── teckids │ ├── addgroup │ ├── addperson │ ├── advent │ │ ├── parsecsv.sh │ │ ├── parsemail.sh │ │ └── parseparsemail.sh │ ├── aliaseltern │ ├── astat │ ├── gebtag │ ├── getphoto │ ├── getpost │ ├── groupadd │ ├── groupdel │ ├── intern │ │ ├── anmparse │ │ ├── anmparsemaildir │ │ ├── csvfix-1 │ │ ├── csvfix-2 │ │ ├── dmppgsql.sh │ │ ├── fix-slapd-crc │ │ ├── ldap2for │ │ ├── ldif_crc.sh │ │ ├── mailcheck │ │ ├── mbox2mid │ │ ├── parse-bb.sh │ │ ├── parse-be.sh │ │ ├── parse-by.sh │ │ ├── parse-hb.sh │ │ ├── parse-sn.sh │ │ ├── parse-st.sh │ │ ├── parse-th.sh │ │ ├── pty.ksh │ │ ├── teckids-ejmaint │ │ ├── teckids-ldapmaint │ │ ├── teckids-mmmaint │ │ ├── teckids-sigmaint │ │ └── teckids-sshmaint │ ├── intpasswd │ ├── kalics │ ├── kaltag │ ├── karte │ ├── lizenz │ ├── mailadd │ ├── mk │ │ ├── assockit.ksh │ │ ├── assoldap.ksh │ │ ├── base64.ksh │ │ ├── common │ │ ├── docman │ │ ├── mkids │ │ └── mkpeople │ ├── mkliste │ ├── mkrechnung │ ├── nominatim │ ├── projadd │ ├── projall │ ├── projintpasswd │ ├── projkarte │ ├── projrand │ ├── rplanung │ ├── schulsql2ldif │ ├── setphoto │ ├── showphoto │ ├── shuffle │ ├── ssh_wrapper │ ├── sshctl │ ├── statupd │ ├── subprjck │ ├── subprjmk │ ├── tbl2kdmn │ ├── teckids │ ├── updatekid │ ├── viplanung │ ├── whoami │ ├── whois │ └── www │ │ ├── auth_vote.cgi │ │ ├── auth_votes.cgi │ │ ├── betreuung_2016_herbst_anmeldung.cgi │ │ ├── bwsrlang.cgi │ │ ├── schultab.cgi │ │ ├── sponsoren-vcard.cgi │ │ └── webform.sh ├── terminal-title ├── testlink2javadoc.shar ├── timefns ├── tpmrx ├── trns ├── uhr ├── uhr-preR41 ├── unepub ├── unsort ├── uri-grabber ├── utf8-select ├── verscmp ├── website.common ├── website.shar ├── what_re ├── wtf └── wtf-chkdb ├── other ├── getshver └── prefmerge ├── posix ├── 0-README ├── cleanenv ├── cleanenv.1 ├── itest │ ├── Makefile │ ├── itest.sh │ └── po │ │ ├── de.po │ │ ├── es.po │ │ └── fr.po ├── k ├── nestX ├── pbuilder-hooks │ ├── A80shell-jupp │ ├── A88shell-raw │ ├── B20lintian │ ├── B80shell-jupp │ ├── C80shell-jupp │ ├── D00-identify │ ├── D00-pins │ ├── D00-preseed │ ├── D10wtfrepo │ ├── D13wtf-ppa │ ├── D14jdk-ppa │ ├── D15wtf-lts │ ├── D19subst │ ├── D25backports │ ├── D26backportsloppy │ ├── D40experimental │ ├── D50apt-dumpconf │ ├── D50apt-update │ ├── D50apt-upgrade │ ├── D60backports-debhelper │ ├── D80shell-jupp │ └── F01preseed ├── profile-cygwin ├── profile-funcs ├── sa-crypt ├── ste ├── sysadmin │ ├── agents.sh │ ├── apt-get │ ├── deb2di.sh │ ├── debchroot.sh │ ├── debfstab.sh │ ├── debraspi.sh │ ├── fw-off │ ├── fw-on │ ├── mkrpi3b+img.sh │ ├── policy-rc.d │ ├── swapcycle │ └── whoswaps ├── vg ├── vgi ├── watermark ├── wcdiff └── wcdiff.1 └── zsh ├── 0-README └── vcsupinit /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | { 2 | "custom": "https://www.paypal.me/mirabilos" 3 | } 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | mksh/earthseasons.cache/ 2 | -------------------------------------------------------------------------------- /.updchk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/.updchk -------------------------------------------------------------------------------- /0-README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/0-README -------------------------------------------------------------------------------- /1-NOT-SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/1-NOT-SH -------------------------------------------------------------------------------- /LICENCES/0-README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/0-README -------------------------------------------------------------------------------- /LICENCES/AGPLv3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/AGPLv3 -------------------------------------------------------------------------------- /LICENCES/Apache-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/Apache-2.0 -------------------------------------------------------------------------------- /LICENCES/CC-BY-NC-ND_3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-NC-ND_3.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-NC-ND_4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-NC-ND_4.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-NC-SA_3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-NC-SA_3.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-NC-SA_4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-NC-SA_4.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-NC_3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-NC_3.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-NC_4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-NC_4.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-ND_3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-ND_3.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-ND_4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-ND_4.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-SA_3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-SA_3.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY-SA_4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY-SA_4.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY_3.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY_3.0.txt -------------------------------------------------------------------------------- /LICENCES/CC-BY_4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC-BY_4.0.txt -------------------------------------------------------------------------------- /LICENCES/CC0_1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/CC0_1.0.txt -------------------------------------------------------------------------------- /LICENCES/GPLv1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/GPLv1 -------------------------------------------------------------------------------- /LICENCES/GPLv2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/GPLv2 -------------------------------------------------------------------------------- /LICENCES/GPLv3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/GPLv3 -------------------------------------------------------------------------------- /LICENCES/LGPLv2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/LGPLv2 -------------------------------------------------------------------------------- /LICENCES/LGPLv2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/LGPLv2.1 -------------------------------------------------------------------------------- /LICENCES/LGPLv3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/LGPLv3 -------------------------------------------------------------------------------- /LICENCES/MirBSD.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/LICENCES/MirBSD.htm -------------------------------------------------------------------------------- /bash-ksh/0-README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash-ksh/0-README -------------------------------------------------------------------------------- /bash-ksh/L365: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash-ksh/L365 -------------------------------------------------------------------------------- /bash-ksh/generate-pgpkey-for-at-home: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash-ksh/generate-pgpkey-for-at-home -------------------------------------------------------------------------------- /bash-ksh/generate-pgpkey-for-at-work: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash-ksh/generate-pgpkey-for-at-work -------------------------------------------------------------------------------- /bash-ksh/profile-funcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash-ksh/profile-funcs -------------------------------------------------------------------------------- /bash-ksh/protoshell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash-ksh/protoshell -------------------------------------------------------------------------------- /bash/0-README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash/0-README -------------------------------------------------------------------------------- /bash/bashcheck/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash/bashcheck/README.md -------------------------------------------------------------------------------- /bash/bashcheck/bashcheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash/bashcheck/bashcheck -------------------------------------------------------------------------------- /bash/clock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash/clock -------------------------------------------------------------------------------- /bash/pbuilder-hooks/A50wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash/pbuilder-hooks/A50wait -------------------------------------------------------------------------------- /bash/pbuilder-hooks/D01slashrepo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash/pbuilder-hooks/D01slashrepo -------------------------------------------------------------------------------- /bash/pbuilder-hooks/D02varcacheapt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash/pbuilder-hooks/D02varcacheapt -------------------------------------------------------------------------------- /bash/pbuilder-hooks/F00mark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/bash/pbuilder-hooks/F00mark -------------------------------------------------------------------------------- /ksh/0-README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/ksh/0-README -------------------------------------------------------------------------------- /ksh/ansi-colours: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/ksh/ansi-colours -------------------------------------------------------------------------------- /ksh/permute: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/ksh/permute -------------------------------------------------------------------------------- /ksh/prompt-tg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/ksh/prompt-tg -------------------------------------------------------------------------------- /ksh/svg-path-abs2rel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/ksh/svg-path-abs2rel -------------------------------------------------------------------------------- /ksh93/0-README: -------------------------------------------------------------------------------- 1 | Shell snippets that require AT&T ksh93. 2 | -------------------------------------------------------------------------------- /mksh/0-README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/0-README -------------------------------------------------------------------------------- /mksh/_remfor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/_remfor -------------------------------------------------------------------------------- /mksh/_remfornd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/_remfornd -------------------------------------------------------------------------------- /mksh/annex.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/annex.cgi -------------------------------------------------------------------------------- /mksh/any2utf8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/any2utf8 -------------------------------------------------------------------------------- /mksh/assockit.ksh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/assockit.ksh -------------------------------------------------------------------------------- /mksh/assoldap.ksh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/assoldap.ksh -------------------------------------------------------------------------------- /mksh/assotest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/assotest -------------------------------------------------------------------------------- /mksh/base64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/base64 -------------------------------------------------------------------------------- /mksh/bdfctool.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/bdfctool.1 -------------------------------------------------------------------------------- /mksh/bdfctool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/bdfctool.sh -------------------------------------------------------------------------------- /mksh/bin2print: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/bin2print -------------------------------------------------------------------------------- /mksh/bmgrep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/bmgrep -------------------------------------------------------------------------------- /mksh/bright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/bright -------------------------------------------------------------------------------- /mksh/calckw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/calckw -------------------------------------------------------------------------------- /mksh/clock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/clock -------------------------------------------------------------------------------- /mksh/colours: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/colours -------------------------------------------------------------------------------- /mksh/conninfo.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/conninfo.cgi -------------------------------------------------------------------------------- /mksh/csrgen.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/csrgen.cgi -------------------------------------------------------------------------------- /mksh/cvs-switchroot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/cvs-switchroot -------------------------------------------------------------------------------- /mksh/cvs-switchroot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/cvs-switchroot.1 -------------------------------------------------------------------------------- /mksh/cvscheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/cvscheck -------------------------------------------------------------------------------- /mksh/debian-dev/BuildDSC.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/BuildDSC.sh -------------------------------------------------------------------------------- /mksh/debian-dev/aptcheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/aptcheck -------------------------------------------------------------------------------- /mksh/debian-dev/c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/c -------------------------------------------------------------------------------- /mksh/debian-dev/debextract: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/debextract -------------------------------------------------------------------------------- /mksh/debian-dev/debrepack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/debrepack -------------------------------------------------------------------------------- /mksh/debian-dev/dot.quiltrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/dot.quiltrc -------------------------------------------------------------------------------- /mksh/debian-dev/dscls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/dscls -------------------------------------------------------------------------------- /mksh/debian-dev/mkdchanges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/mkdchanges -------------------------------------------------------------------------------- /mksh/debian-dev/mkdebidx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/mkdebidx.sh -------------------------------------------------------------------------------- /mksh/debian-dev/pbrc2usl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/pbrc2usl -------------------------------------------------------------------------------- /mksh/debian-dev/quinn-ls.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/debian-dev/quinn-ls.sh -------------------------------------------------------------------------------- /mksh/depgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/depgp -------------------------------------------------------------------------------- /mksh/dumpargs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/dumpargs -------------------------------------------------------------------------------- /mksh/earthseasons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/earthseasons -------------------------------------------------------------------------------- /mksh/editdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/editdiff -------------------------------------------------------------------------------- /mksh/eurocalc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/eurocalc -------------------------------------------------------------------------------- /mksh/fccombine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/fccombine -------------------------------------------------------------------------------- /mksh/ffgetcookies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ffgetcookies -------------------------------------------------------------------------------- /mksh/findups: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/findups -------------------------------------------------------------------------------- /mksh/fixfloat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/fixfloat.sh -------------------------------------------------------------------------------- /mksh/flacplay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/flacplay -------------------------------------------------------------------------------- /mksh/g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/g -------------------------------------------------------------------------------- /mksh/gcletcnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/gcletcnt -------------------------------------------------------------------------------- /mksh/gcletres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/gcletres -------------------------------------------------------------------------------- /mksh/gened2k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/gened2k -------------------------------------------------------------------------------- /mksh/getarticle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/getarticle -------------------------------------------------------------------------------- /mksh/hash-bafh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hash-bafh -------------------------------------------------------------------------------- /mksh/hash-cdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hash-cdb -------------------------------------------------------------------------------- /mksh/hash-jenkins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hash-jenkins -------------------------------------------------------------------------------- /mksh/hash-nzat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hash-nzat -------------------------------------------------------------------------------- /mksh/hd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hd -------------------------------------------------------------------------------- /mksh/hexdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hexdump -------------------------------------------------------------------------------- /mksh/hexnump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hexnump -------------------------------------------------------------------------------- /mksh/hexpad.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hexpad.sh -------------------------------------------------------------------------------- /mksh/hexudump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hexudump -------------------------------------------------------------------------------- /mksh/hexunump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/hexunump -------------------------------------------------------------------------------- /mksh/jenkins-job-backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/jenkins-job-backup -------------------------------------------------------------------------------- /mksh/ldap_user_info.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ldap_user_info.cgi -------------------------------------------------------------------------------- /mksh/ldapshow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ldapshow -------------------------------------------------------------------------------- /mksh/maidenhead: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/maidenhead -------------------------------------------------------------------------------- /mksh/mergelines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/mergelines -------------------------------------------------------------------------------- /mksh/more: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/more -------------------------------------------------------------------------------- /mksh/mpcabber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/mpcabber -------------------------------------------------------------------------------- /mksh/mvnrepo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/mvnrepo.sh -------------------------------------------------------------------------------- /mksh/mvnrepo.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/mvnrepo.xsl -------------------------------------------------------------------------------- /mksh/pdfpages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/pdfpages -------------------------------------------------------------------------------- /mksh/pgpdemime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/pgpdemime -------------------------------------------------------------------------------- /mksh/profile-funcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/profile-funcs -------------------------------------------------------------------------------- /mksh/progress-bar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/progress-bar -------------------------------------------------------------------------------- /mksh/ps2pdfmir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ps2pdfmir -------------------------------------------------------------------------------- /mksh/pushd-popd-dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/pushd-popd-dirs -------------------------------------------------------------------------------- /mksh/rcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/rcp -------------------------------------------------------------------------------- /mksh/rechte-mock.shar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/rechte-mock.shar -------------------------------------------------------------------------------- /mksh/resortip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/resortip -------------------------------------------------------------------------------- /mksh/rmplayer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/rmplayer -------------------------------------------------------------------------------- /mksh/roff2htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/roff2htm -------------------------------------------------------------------------------- /mksh/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/series -------------------------------------------------------------------------------- /mksh/shuffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/shuffle -------------------------------------------------------------------------------- /mksh/sortdeps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sortdeps.sh -------------------------------------------------------------------------------- /mksh/sortplug.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sortplug.sh -------------------------------------------------------------------------------- /mksh/ssv/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ssv/.gitignore -------------------------------------------------------------------------------- /mksh/ssv/0-README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ssv/0-README -------------------------------------------------------------------------------- /mksh/ssv/csv2ssv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ssv/csv2ssv.c -------------------------------------------------------------------------------- /mksh/ssv/ssv2csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ssv/ssv2csv -------------------------------------------------------------------------------- /mksh/ssv/ssvcolsz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ssv/ssvcolsz -------------------------------------------------------------------------------- /mksh/ssv/test-c.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/ssv/test-c.sh -------------------------------------------------------------------------------- /mksh/strip-comments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/strip-comments -------------------------------------------------------------------------------- /mksh/svn2cvs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/svn2cvs -------------------------------------------------------------------------------- /mksh/sysadmin/_battst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/_battst -------------------------------------------------------------------------------- /mksh/sysadmin/agus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/agus -------------------------------------------------------------------------------- /mksh/sysadmin/agus.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/agus.1 -------------------------------------------------------------------------------- /mksh/sysadmin/dmppgsql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/dmppgsql.sh -------------------------------------------------------------------------------- /mksh/sysadmin/gencert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/gencert.sh -------------------------------------------------------------------------------- /mksh/sysadmin/getjpics.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/getjpics.cgi -------------------------------------------------------------------------------- /mksh/sysadmin/getnetcfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/getnetcfg -------------------------------------------------------------------------------- /mksh/sysadmin/ipr2hn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/ipr2hn -------------------------------------------------------------------------------- /mksh/sysadmin/jboss-management.shar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/jboss-management.shar -------------------------------------------------------------------------------- /mksh/sysadmin/kuhbauer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/kuhbauer -------------------------------------------------------------------------------- /mksh/sysadmin/loadenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/loadenv.sh -------------------------------------------------------------------------------- /mksh/sysadmin/mkhosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/mkhosts -------------------------------------------------------------------------------- /mksh/sysadmin/mkhosts.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/mkhosts.1 -------------------------------------------------------------------------------- /mksh/sysadmin/mkmissingpoms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/mkmissingpoms -------------------------------------------------------------------------------- /mksh/sysadmin/mvndput.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/mvndput.sh -------------------------------------------------------------------------------- /mksh/sysadmin/schnell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/schnell -------------------------------------------------------------------------------- /mksh/sysadmin/showlcl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/showlcl.sh -------------------------------------------------------------------------------- /mksh/sysadmin/staticHostsGen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/staticHostsGen -------------------------------------------------------------------------------- /mksh/sysadmin/vcs2deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/vcs2deb -------------------------------------------------------------------------------- /mksh/sysadmin/virtmem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/virtmem -------------------------------------------------------------------------------- /mksh/sysadmin/y2038chk-ext2fs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/sysadmin/y2038chk-ext2fs.sh -------------------------------------------------------------------------------- /mksh/teckids/addgroup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/addgroup -------------------------------------------------------------------------------- /mksh/teckids/addperson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/addperson -------------------------------------------------------------------------------- /mksh/teckids/advent/parsecsv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/advent/parsecsv.sh -------------------------------------------------------------------------------- /mksh/teckids/advent/parsemail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/advent/parsemail.sh -------------------------------------------------------------------------------- /mksh/teckids/advent/parseparsemail.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/advent/parseparsemail.sh -------------------------------------------------------------------------------- /mksh/teckids/aliaseltern: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/aliaseltern -------------------------------------------------------------------------------- /mksh/teckids/astat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/astat -------------------------------------------------------------------------------- /mksh/teckids/gebtag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/gebtag -------------------------------------------------------------------------------- /mksh/teckids/getphoto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/getphoto -------------------------------------------------------------------------------- /mksh/teckids/getpost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/getpost -------------------------------------------------------------------------------- /mksh/teckids/groupadd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/groupadd -------------------------------------------------------------------------------- /mksh/teckids/groupdel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/groupdel -------------------------------------------------------------------------------- /mksh/teckids/intern/anmparse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/anmparse -------------------------------------------------------------------------------- /mksh/teckids/intern/anmparsemaildir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/anmparsemaildir -------------------------------------------------------------------------------- /mksh/teckids/intern/csvfix-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/csvfix-1 -------------------------------------------------------------------------------- /mksh/teckids/intern/csvfix-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/csvfix-2 -------------------------------------------------------------------------------- /mksh/teckids/intern/dmppgsql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/dmppgsql.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/fix-slapd-crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/fix-slapd-crc -------------------------------------------------------------------------------- /mksh/teckids/intern/ldap2for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/ldap2for -------------------------------------------------------------------------------- /mksh/teckids/intern/ldif_crc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/ldif_crc.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/mailcheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/mailcheck -------------------------------------------------------------------------------- /mksh/teckids/intern/mbox2mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/mbox2mid -------------------------------------------------------------------------------- /mksh/teckids/intern/parse-bb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/parse-bb.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/parse-be.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/parse-be.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/parse-by.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/parse-by.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/parse-hb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/parse-hb.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/parse-sn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/parse-sn.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/parse-st.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/parse-st.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/parse-th.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/parse-th.sh -------------------------------------------------------------------------------- /mksh/teckids/intern/pty.ksh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/pty.ksh -------------------------------------------------------------------------------- /mksh/teckids/intern/teckids-ejmaint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/teckids-ejmaint -------------------------------------------------------------------------------- /mksh/teckids/intern/teckids-ldapmaint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/teckids-ldapmaint -------------------------------------------------------------------------------- /mksh/teckids/intern/teckids-mmmaint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/teckids-mmmaint -------------------------------------------------------------------------------- /mksh/teckids/intern/teckids-sigmaint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/teckids-sigmaint -------------------------------------------------------------------------------- /mksh/teckids/intern/teckids-sshmaint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intern/teckids-sshmaint -------------------------------------------------------------------------------- /mksh/teckids/intpasswd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/intpasswd -------------------------------------------------------------------------------- /mksh/teckids/kalics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/kalics -------------------------------------------------------------------------------- /mksh/teckids/kaltag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/kaltag -------------------------------------------------------------------------------- /mksh/teckids/karte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/karte -------------------------------------------------------------------------------- /mksh/teckids/lizenz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/lizenz -------------------------------------------------------------------------------- /mksh/teckids/mailadd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/mailadd -------------------------------------------------------------------------------- /mksh/teckids/mk/assockit.ksh: -------------------------------------------------------------------------------- 1 | ../../assockit.ksh -------------------------------------------------------------------------------- /mksh/teckids/mk/assoldap.ksh: -------------------------------------------------------------------------------- 1 | ../../assoldap.ksh -------------------------------------------------------------------------------- /mksh/teckids/mk/base64.ksh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/mk/base64.ksh -------------------------------------------------------------------------------- /mksh/teckids/mk/common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/mk/common -------------------------------------------------------------------------------- /mksh/teckids/mk/docman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/mk/docman -------------------------------------------------------------------------------- /mksh/teckids/mk/mkids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/mk/mkids -------------------------------------------------------------------------------- /mksh/teckids/mk/mkpeople: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/mk/mkpeople -------------------------------------------------------------------------------- /mksh/teckids/mkliste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/mkliste -------------------------------------------------------------------------------- /mksh/teckids/mkrechnung: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/mkrechnung -------------------------------------------------------------------------------- /mksh/teckids/nominatim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/nominatim -------------------------------------------------------------------------------- /mksh/teckids/projadd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/projadd -------------------------------------------------------------------------------- /mksh/teckids/projall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/projall -------------------------------------------------------------------------------- /mksh/teckids/projintpasswd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/projintpasswd -------------------------------------------------------------------------------- /mksh/teckids/projkarte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/projkarte -------------------------------------------------------------------------------- /mksh/teckids/projrand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/projrand -------------------------------------------------------------------------------- /mksh/teckids/rplanung: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/rplanung -------------------------------------------------------------------------------- /mksh/teckids/schulsql2ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/schulsql2ldif -------------------------------------------------------------------------------- /mksh/teckids/setphoto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/setphoto -------------------------------------------------------------------------------- /mksh/teckids/showphoto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/showphoto -------------------------------------------------------------------------------- /mksh/teckids/shuffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/shuffle -------------------------------------------------------------------------------- /mksh/teckids/ssh_wrapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/ssh_wrapper -------------------------------------------------------------------------------- /mksh/teckids/sshctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/sshctl -------------------------------------------------------------------------------- /mksh/teckids/statupd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/statupd -------------------------------------------------------------------------------- /mksh/teckids/subprjck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/subprjck -------------------------------------------------------------------------------- /mksh/teckids/subprjmk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/subprjmk -------------------------------------------------------------------------------- /mksh/teckids/tbl2kdmn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/tbl2kdmn -------------------------------------------------------------------------------- /mksh/teckids/teckids: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/teckids -------------------------------------------------------------------------------- /mksh/teckids/updatekid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/updatekid -------------------------------------------------------------------------------- /mksh/teckids/viplanung: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/viplanung -------------------------------------------------------------------------------- /mksh/teckids/whoami: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/whoami -------------------------------------------------------------------------------- /mksh/teckids/whois: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/whois -------------------------------------------------------------------------------- /mksh/teckids/www/auth_vote.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/www/auth_vote.cgi -------------------------------------------------------------------------------- /mksh/teckids/www/auth_votes.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/www/auth_votes.cgi -------------------------------------------------------------------------------- /mksh/teckids/www/betreuung_2016_herbst_anmeldung.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/www/betreuung_2016_herbst_anmeldung.cgi -------------------------------------------------------------------------------- /mksh/teckids/www/bwsrlang.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/www/bwsrlang.cgi -------------------------------------------------------------------------------- /mksh/teckids/www/schultab.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/www/schultab.cgi -------------------------------------------------------------------------------- /mksh/teckids/www/sponsoren-vcard.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/www/sponsoren-vcard.cgi -------------------------------------------------------------------------------- /mksh/teckids/www/webform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/teckids/www/webform.sh -------------------------------------------------------------------------------- /mksh/terminal-title: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/terminal-title -------------------------------------------------------------------------------- /mksh/testlink2javadoc.shar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/testlink2javadoc.shar -------------------------------------------------------------------------------- /mksh/timefns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/timefns -------------------------------------------------------------------------------- /mksh/tpmrx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/tpmrx -------------------------------------------------------------------------------- /mksh/trns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/trns -------------------------------------------------------------------------------- /mksh/uhr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/uhr -------------------------------------------------------------------------------- /mksh/uhr-preR41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/uhr-preR41 -------------------------------------------------------------------------------- /mksh/unepub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/unepub -------------------------------------------------------------------------------- /mksh/unsort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/unsort -------------------------------------------------------------------------------- /mksh/uri-grabber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/uri-grabber -------------------------------------------------------------------------------- /mksh/utf8-select: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/utf8-select -------------------------------------------------------------------------------- /mksh/verscmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/verscmp -------------------------------------------------------------------------------- /mksh/website.common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/website.common -------------------------------------------------------------------------------- /mksh/website.shar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/website.shar -------------------------------------------------------------------------------- /mksh/what_re: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/what_re -------------------------------------------------------------------------------- /mksh/wtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/wtf -------------------------------------------------------------------------------- /mksh/wtf-chkdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/mksh/wtf-chkdb -------------------------------------------------------------------------------- /other/getshver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/other/getshver -------------------------------------------------------------------------------- /other/prefmerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/other/prefmerge -------------------------------------------------------------------------------- /posix/0-README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/0-README -------------------------------------------------------------------------------- /posix/cleanenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/cleanenv -------------------------------------------------------------------------------- /posix/cleanenv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/cleanenv.1 -------------------------------------------------------------------------------- /posix/itest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/itest/Makefile -------------------------------------------------------------------------------- /posix/itest/itest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/itest/itest.sh -------------------------------------------------------------------------------- /posix/itest/po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/itest/po/de.po -------------------------------------------------------------------------------- /posix/itest/po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/itest/po/es.po -------------------------------------------------------------------------------- /posix/itest/po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/itest/po/fr.po -------------------------------------------------------------------------------- /posix/k: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/k -------------------------------------------------------------------------------- /posix/nestX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/nestX -------------------------------------------------------------------------------- /posix/pbuilder-hooks/A80shell-jupp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/A80shell-jupp -------------------------------------------------------------------------------- /posix/pbuilder-hooks/A88shell-raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/A88shell-raw -------------------------------------------------------------------------------- /posix/pbuilder-hooks/B20lintian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/B20lintian -------------------------------------------------------------------------------- /posix/pbuilder-hooks/B80shell-jupp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/B80shell-jupp -------------------------------------------------------------------------------- /posix/pbuilder-hooks/C80shell-jupp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/C80shell-jupp -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D00-identify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D00-identify -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D00-pins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D00-pins -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D00-preseed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D00-preseed -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D10wtfrepo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D10wtfrepo -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D13wtf-ppa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D13wtf-ppa -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D14jdk-ppa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D14jdk-ppa -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D15wtf-lts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D15wtf-lts -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D19subst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D19subst -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D25backports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D25backports -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D26backportsloppy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D26backportsloppy -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D40experimental: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D40experimental -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D50apt-dumpconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D50apt-dumpconf -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D50apt-update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D50apt-update -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D50apt-upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D50apt-upgrade -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D60backports-debhelper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D60backports-debhelper -------------------------------------------------------------------------------- /posix/pbuilder-hooks/D80shell-jupp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/D80shell-jupp -------------------------------------------------------------------------------- /posix/pbuilder-hooks/F01preseed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/pbuilder-hooks/F01preseed -------------------------------------------------------------------------------- /posix/profile-cygwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/profile-cygwin -------------------------------------------------------------------------------- /posix/profile-funcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/profile-funcs -------------------------------------------------------------------------------- /posix/sa-crypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sa-crypt -------------------------------------------------------------------------------- /posix/ste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/ste -------------------------------------------------------------------------------- /posix/sysadmin/agents.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/agents.sh -------------------------------------------------------------------------------- /posix/sysadmin/apt-get: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/apt-get -------------------------------------------------------------------------------- /posix/sysadmin/deb2di.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/deb2di.sh -------------------------------------------------------------------------------- /posix/sysadmin/debchroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/debchroot.sh -------------------------------------------------------------------------------- /posix/sysadmin/debfstab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/debfstab.sh -------------------------------------------------------------------------------- /posix/sysadmin/debraspi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/debraspi.sh -------------------------------------------------------------------------------- /posix/sysadmin/fw-off: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/fw-off -------------------------------------------------------------------------------- /posix/sysadmin/fw-on: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/fw-on -------------------------------------------------------------------------------- /posix/sysadmin/mkrpi3b+img.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/mkrpi3b+img.sh -------------------------------------------------------------------------------- /posix/sysadmin/policy-rc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/policy-rc.d -------------------------------------------------------------------------------- /posix/sysadmin/swapcycle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/swapcycle -------------------------------------------------------------------------------- /posix/sysadmin/whoswaps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/sysadmin/whoswaps -------------------------------------------------------------------------------- /posix/vg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/vg -------------------------------------------------------------------------------- /posix/vgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/vgi -------------------------------------------------------------------------------- /posix/watermark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/watermark -------------------------------------------------------------------------------- /posix/wcdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/wcdiff -------------------------------------------------------------------------------- /posix/wcdiff.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/posix/wcdiff.1 -------------------------------------------------------------------------------- /zsh/0-README: -------------------------------------------------------------------------------- 1 | Shell snippets for the Z Shell. 2 | -------------------------------------------------------------------------------- /zsh/vcsupinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mirabilos/shellsnippets/HEAD/zsh/vcsupinit --------------------------------------------------------------------------------