mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 14:04:24 +02: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"
|