add bins and alternatives
This commit is contained in:
parent
a935bb9893
commit
9f3594e0d3
21 changed files with 210 additions and 10 deletions
5
data/home/.local/bin/poupette.sh
Executable file
5
data/home/.local/bin/poupette.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
wget --quiet "https://poupette.barnulf.net/poupette.webp" -O "/tmp/poupette.webp"
|
||||
convert "/tmp/poupette.webp" -resize 600x-1 "/tmp/poupette.jpg"
|
||||
kitty +kitten icat "/tmp/poupette.jpg"
|
Loading…
Add table
Add a link
Reference in a new issue