Working on neomutt setup and some other small fixes
This commit is contained in:
parent
ab9bd17296
commit
ddbee7f692
36 changed files with 152 additions and 155 deletions
11
scripts/media/imgurviewer
Executable file
11
scripts/media/imgurviewer
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
ALBUMNAME=$(basename $1)
|
||||
ALBUMDIR=/tmp/imgur/$ALBUMNAME
|
||||
|
||||
if [ ! -d $ALBUMDIR ]; then
|
||||
mkdir -p $ALBUMDIR
|
||||
imgur-album-downloader $1 $ALBUMDIR
|
||||
fi
|
||||
|
||||
mimeo $ALBUMDIR
|
Loading…
Add table
Add a link
Reference in a new issue