Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
archives.sh 446 Bytes 9537 over 11 years Aaron Marcuse-Kubitza *{.sh,run}: use new `|| ignore` instead of igno...
binsearch.sh 672 Bytes 10154 about 11 years Aaron Marcuse-Kubitza *{.sh,run}: use new log-() instead of log+() wi...
datasrc.sh 140 Bytes 10095 over 11 years Aaron Marcuse-Kubitza added lib/sh/datasrc.sh
db.sh 10.5 KB 12201 over 10 years Aaron Marcuse-Kubitza *{.sh,run}: stderr_matches calls: don't need to...
db_make.sh 517 Bytes 10396 about 11 years Aaron Marcuse-Kubitza lib/sh/db_make.sh: added pg_export_table_to_dir...
local.sh 2.42 KB 11861 almost 11 years Aaron Marcuse-Kubitza lib/sh/local.sh: public_schema_exists(): use a ...
make.sh 3.07 KB 11976 over 10 years Aaron Marcuse-Kubitza lib/sh/make.sh: remaking alias: documented that...
resume_import.sh 2.2 KB 9854 over 11 years Aaron Marcuse-Kubitza *{.sh,run}: use simpler .rel() instead of `. "$...
sync.sh 1.61 KB 10144 about 11 years Aaron Marcuse-Kubitza bugfix: lib/sh/sync.sh: upload(): paths: don't ...
util.sh 28.9 KB 12217 over 10 years Aaron Marcuse-Kubitza lib/sh/util.sh: stderr_matches(): documented th...
web.sh 216 Bytes 10055 over 11 years Aaron Marcuse-Kubitza bugfix: lib/sh/web.sh: curl(): use --fail so th...

Latest revisions

# Date Author Comment
12217 02/14/2014 11:40 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: stderr_matches(): documented that the purpose of not redirecting fd 2 back to fd 2 is to allow log-filtering out an otherwise-confusing benign error

12216 02/14/2014 11:30 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: ignore_err_msg(): documented that unlike `|| true`, this suppresses only errors caused by a particular error message, rather than all error exit statuses

12211 02/14/2014 10:59 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: stdout_contains(): usage: documented that this requires a `{ ... } 41>&1` wrapper

12210 02/14/2014 10:57 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: stderr2stdout(): clarified that fd 2 is not redirected back to fd 2

12209 02/14/2014 10:55 AM Aaron Marcuse-Kubitza

bugfix: lib/sh/util.sh: stderr_matches(): need to avoid redirecting stderr and stdout to the same place, because this prevents redirecting stdout back to the original stdout after stderr has been filtered using |

12208 02/14/2014 10:23 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: local_export_array: renamed to just export_array because this was a replacement for export, not local_export

12207 02/14/2014 10:21 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: local_*array: don't need -a because that it's an array is autodetected by the ()

12206 02/14/2014 10:20 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: stderr_matches(): actually don't need to declare PIPESTATUS_ in a separate command, because local does support arrays

12205 02/14/2014 10:18 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: added local_export_array

12204 02/14/2014 10:17 AM Aaron Marcuse-Kubitza

fix: lib/sh/util.sh: local_array: clarified that this is only needed for older versions of bash (the lack of support for arrays has apparently been fixed)

View revisions

Also available in: Atom