Logo
Explore Help
Sign In
wrynegade/scwrypts
1
0
Fork 0
You've already forked scwrypts
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
244c188deb9efaab154cfd3c29a35e21f2b149d4
scwrypts/zsh/db/postgres/common.zsh

5 lines
136 B
Bash
Raw Normal View History

v2.1.0 ===================================================================== --- New Scripts -------------------------- zsh ) database backup/restore - db/postgres/pg_dump - db/postgres/pg_restore - aws/rds/create-backup - aws/rds/load-backup redis-cached curl commands - redis/curl youtube download - youtube/download - youtube/get-audio-clip --- Changes ------------------------------ - 'scwrypts' executable now reloads upon execution to prevent staleness - added various options to improve api/cli; see 'scwrypts --help' for more --- Bug Fixes ---------------------------- - fixed an issue with .config settings' visibility to non-zsh scripts - fixed an issue with command arguments globbing too early
2022-08-01 15:53:40 -06:00
_DEPENDENCIES+=()
_REQUIRED_ENV+=()
source ${0:a:h}/../common.zsh
#####################################################################
Reference in New Issue Copy Permalink
© 2020-2025 Wryn (yage) Wagner