index
:
dotfiles.git
guix
guix-system-wheatley
master
Luca's dotfiles
Luca Matei Pintilie <luca@lucamatei.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
imv-http
blob: 4af2c3af0a46e9851accf8befaa4e73f94772839 (
plain
) (
blame
)
1
2
3
4
5
#!/usr/bin/env sh
for
pic
in
$@
do
curl
-s
"
$pic
"
|
imv
-
&
done