mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
6 lines
143 B
Bash
6 lines
143 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
file="$HOME/Bilder/gifs/gif_$(date +%s).gif"
|
||
|
giph -s -l -c 1,1,1,0.3 -b 5 -p 5 "$file"
|
||
|
echo "$file" | xclip -selection clipboard
|