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 over 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.6 KB 12690 over 10 years Aaron Marcuse-Kubitza lib/sh/util.sh: stderr_matches(): inline the st...
db_make.sh 517 Bytes 10396 over 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 almost 11 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 over 11 years Aaron Marcuse-Kubitza bugfix: lib/sh/sync.sh: upload(): paths: don't ...
util.sh 29.5 KB 12707 over 10 years Aaron Marcuse-Kubitza lib/sh/util.sh: added wildcard.()
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
12707 03/14/2014 06:40 PM Aaron Marcuse-Kubitza

lib/sh/util.sh: added wildcard.()

12706 03/14/2014 06:40 PM Aaron Marcuse-Kubitza

lib/sh/util.sh: added wildcard/()

12705 03/14/2014 06:40 PM Aaron Marcuse-Kubitza

lib/sh/util.sh: added esc_args()

12693 03/14/2014 03:32 PM Aaron Marcuse-Kubitza

lib/sh/util.sh: added is_callable()

12690 03/14/2014 07:32 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: stderr_matches(): inline the stderr_matches alias to avoid needing to quote stderr_matches as "stderr_matches" in the most common use case (with pattern as a prefix env var)

12689 03/14/2014 07:29 AM Aaron Marcuse-Kubitza

bugfix: lib/sh/util.sh: stderr_matches(): when passing `pattern=...` as a prefix env var, must be invoked as `"stderr_matches"` to avoid the env var applying to the prep_try portion of the stderr_matches alias

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

View revisions

Also available in: Atom