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