mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-08 13:50:07 -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 "-> Writing to assets/uBOAssets.json"
|
||||||
echo $assets | jq . >./assets/uBOAssets.json
|
echo $assets | jq . >./assets/uBOAssets.json
|
||||||
|
|
||||||
|
git diff assets/uBOAssets.json
|
||||||
|
|
||||||
if [[ "$(
|
if [[ "$(
|
||||||
read -e -p '-? Commit changes? [y/N] '
|
read -e -p '-? Commit changes? [y/N] '
|
||||||
echo $REPLY
|
echo $REPLY
|
||||||
|
|
Loading…
Reference in a new issue