mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 14:01:58 +01:00
5 lines
225 B
Django/Jinja
Executable file
5 lines
225 B
Django/Jinja
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
pushd /mnt/data/ynab
|
|
./download -i {{lcl_identifier}} -p {{lcl_password}} -o out.csv -headless
|
|
./push -t {{ynab_token}} -b {{ynab_budget_id}} -a {{ynab_account_id}} -w {{webhook_url}} -f out.csv
|