Commit Graph

263 Commits

Author SHA1 Message Date
Dylan Araps a46f546b69 cleanup of language 2018-06-20 15:40:08 +10:00
Dylan Araps c11c4e8068 misc: cleanup 2018-06-20 14:56:02 +10:00
Dylan Araps da4fdc993b docs: update 2018-06-20 13:57:03 +10:00
Dylan Araps 1ab23cc89b docs: update 2018-06-20 13:48:26 +10:00
Dylan Araps f55234b0c9 docs: update 2018-06-20 13:44:28 +10:00
Dylan Araps 3f7eeb06b8 Added link to leanpub 2018-06-20 13:41:44 +10:00
Dylan Araps 982a91ca6f Added introduction. 2018-06-20 13:24:36 +10:00
Dylan Araps f614dc3cfb Added introduction. 2018-06-20 13:03:53 +10:00
Dylan Araps fe6e2cd195 Added build files to turn the bible into a book 2018-06-20 12:40:31 +10:00
Dylan Araps e0aadbde13 Added build files to turn the bible into a book 2018-06-20 12:24:38 +10:00
Dylan Araps dbed16c54e misc: cleanup 2018-06-20 10:31:37 +10:00
Dylan Araps 5dd8b4d57d Removed WIP 2018-06-20 09:33:44 +10:00
Dylan Araps e87ff8843b Added traps. 2018-06-20 09:25:24 +10:00
Dylan Araps 5e9487bbc7 misc: cleanup 2018-06-19 18:15:26 +10:00
Dylan Araps 80b1030654 misc: cleanup 2018-06-19 17:57:09 +10:00
Dylan Araps c24d0d1c5c Added better split method 2018-06-19 17:31:23 +10:00
Dylan Araps d14cbe76f2 Added afterword 2018-06-19 16:55:34 +10:00
Dylan Araps 63a315e897 misc: cleanup 2018-06-19 16:31:02 +10:00
Dylan Araps 49531108cf misc: cleanup 2018-06-19 16:28:47 +10:00
Dylan Araps 6312a79633 misc: cleanup 2018-06-19 16:24:46 +10:00
Dylan Araps e48b0b7f28 Added RANDOM 2018-06-19 13:46:28 +10:00
Dylan Araps fbe06a806f docs: update 2018-06-19 13:26:17 +10:00
Dylan Araps 81fb35d0ec misc: cleanup 2018-06-19 12:56:55 +10:00
Dylan Araps 24adf2b53d Added UUID V4 2018-06-19 08:49:49 +10:00
Dylan Araps 5ce889efb6 Added random array element 2018-06-19 08:39:11 +10:00
Dylan Araps 0de57f5d58 move sections 2018-06-18 23:29:29 +10:00
Dylan Araps 0a223c523f started working on escape sequences 2018-06-18 23:23:37 +10:00
Dylan Araps 418a0affe9 started working on escape sequences 2018-06-18 23:20:11 +10:00
Dylan Araps d3a0a57f6f started working on escape sequences 2018-06-18 23:12:05 +10:00
Dylan Araps e4e190afb1 started working on escape sequences 2018-06-18 23:05:20 +10:00
Dylan Araps 1bcdf4be22 Added donate message 2018-06-18 12:19:30 +10:00
Dylan Araps 10f6bf04bc Added extract lines between two markers in file 2018-06-18 11:25:25 +10:00
Dylan Araps cd970ba99a Added extract lines between two markers in file 2018-06-18 11:23:13 +10:00
Dylan Araps d9ed1d0d53 misc: cleanup 2018-06-18 11:07:05 +10:00
Dylan Araps c739bbbbb0 Merge branch 'master' of github.com:dylanaraps/pure-bash 2018-06-18 11:06:05 +10:00
Dylan Araps 930cc59318 Removed all external processes from test script (minus shellcheck) 2018-06-18 11:05:51 +10:00
Dylan Araps 15941d9930
Merge pull request #13 from paxperscientiam/brace-expansion
Brace expansion
2018-06-18 10:50:24 +10:00
Dylan Araps 84f55dcb1a
Merge pull request #14 from d3v1an7/patch-1
switch $(uname) to $OSTYPE in case example
2018-06-18 10:49:49 +10:00
Chris cf3b473afa fix mispelling 2018-06-17 20:43:54 -04:00
Ben White 181aca448b
switch $(uname) to $OSTYPE in case example 2018-06-18 10:38:02 +10:00
Dylan Araps 82813895c9 Added bash logo 2018-06-18 10:18:18 +10:00
Dylan Araps aa490304ef Added method of getting function names. 2018-06-18 09:25:38 +10:00
Dylan Araps 5f61ee3885 tests: Removed awk call 2018-06-18 09:20:23 +10:00
Dylan Araps c9768e2b45 Added brace expansion 2018-06-18 09:03:43 +10:00
Dylan Araps dd6ac81fe8 Added brace expansion 2018-06-18 09:00:59 +10:00
Dylan Araps 697eb90b11 Added parameter expansion 2018-06-18 08:52:22 +10:00
Chris 920988deb0 removed needless tests and added an example using braces expansion to loop over files explicitly referenced 2018-06-17 14:25:59 -04:00
Chris f504d4618a delete newline 2018-06-17 01:20:27 -04:00
Chris 0b5a77f459 rename functions 2018-06-17 01:20:08 -04:00
Chris 8e61965af6 brace expansion tests 2018-06-17 01:18:49 -04:00