mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Bash array syntax
This commit is contained in:
parent
6c5fd797e3
commit
810ff86c63
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ collections=(
|
|||
feedback
|
||||
)
|
||||
|
||||
for collection in collections; do
|
||||
for collection in ${collections[@]}; do
|
||||
now=$(date '+%Y-%m-%d-%H-%M')
|
||||
echo "---> Dumping $collection - ${now}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue