mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-05 20:58:21 +00:00
6 lines
206 B
Bash
Executable File
6 lines
206 B
Bash
Executable File
# Just a little refactoring script, you can delete it later
|
|
ATTR="$1"
|
|
OLD="applications[application_id].$ATTR"
|
|
NEW="applications | get_app_conf(application_id, '$ATTR', True)"
|
|
bsr ./ "$OLD" -rFfc -n "$NEW"
|