diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-14 05:20:29 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-14 05:20:29 -0700 |
commit | ee98baa469a1805dbffdf9b155e12390150875c6 (patch) | |
tree | 1729bc722bb464bbb14edf38c8b11d3d2be281e2 /.local | |
parent | 395a0b8f57d7cd24f0094aa96adcda13c57c3927 (diff) |
script to update gallery
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/updgall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/updgall b/.local/bin/updgall new file mode 100755 index 00000000..6e0c22b0 --- /dev/null +++ b/.local/bin/updgall @@ -0,0 +1,3 @@ +#!/bin/sh + +xargs gallery-dl --download-archive "$XDG_DOCUMENTS_DIR/database/gallery-dl.sqlite3" -d "$XDG_PICTURES_DIR/anime" < "$XDG_CONFIG_HOME/myconf/gallery_urls" |