mirror of
https://github.com/moparisthebest/wallabag_scripts
synced 2024-11-21 08:35:09 -05:00
3 lines
157 B
Plaintext
3 lines
157 B
Plaintext
|
#!/bin/sh
|
||
|
# this imports all URLs from a firefox bookmark json export, to wallabag with tag 'bookmarks'
|
||
|
bookmarksJsonParse "$1" | xargs wallabag -t bookmarks
|