Pequeños cambios para mejorar la experiencia del usuario.
This commit is contained in:
parent
02546c26ff
commit
43ff9994fe
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. .${1}
|
set -eu
|
||||||
|
. ${1}
|
||||||
shift
|
shift
|
||||||
mysql -h ${HOST} --port ${PORT} -u ${USER} -p${PASS} -B -r -e "SELECT * FROM ${VISTA};" > ${NAME}
|
mysql -h ${HOST} --port ${PORT} -u ${USER} -p${PASS} ${DB} -B -r -e "SELECT * FROM ${VISTA};" > ${NAME}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue