Revision 8868
Added by Aaron Marcuse-Kubitza over 11 years ago
util.sh | ||
---|---|---|
170 | 170 |
|
171 | 171 |
#### databases |
172 | 172 |
|
173 |
# uses the remote_* connection vars |
|
173 |
# using prefixed connection vars |
|
174 |
alias use_local="local prefix=local_; import_vars" |
|
174 | 175 |
alias use_remote="local prefix=remote_; import_vars" |
176 |
alias use_local_remote="use_local; use_remote" |
|
175 | 177 |
|
176 | 178 |
quote='"' |
177 | 179 |
|
Also available in: Unified diff
lib/util.sh: using prefixed connection vars: added use_local, use_local_remote aliases