mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
add diff to ubo assets script
This commit is contained in:
parent
410e051ea3
commit
7d64673c6f
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ add_filter_list "LegitimateURLShortener" '{
|
|||
echo "-> Writing to assets/uBOAssets.json"
|
||||
echo $assets | jq . >./assets/uBOAssets.json
|
||||
|
||||
git diff assets/uBOAssets.json
|
||||
|
||||
if [[ "$(
|
||||
read -e -p '-? Commit changes? [y/N] '
|
||||
echo $REPLY
|
||||
|
|
Loading…
Reference in a new issue