move bin to .local/bin
This commit is contained in:
5
dot_local/bin/executable_jq-compress
Normal file
5
dot_local/bin/executable_jq-compress
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# I made this script to clean up duplicate messages in the Android SMS/MMS
|
||||
# database as exported by https://github.com/tmo1/sms-ie (v2.0.0).
|
||||
jq -c '.__recipient_addresses |= unique_by(.address)' messages.ndjson > messages.uniqued.ndjson
|
Reference in New Issue
Block a user