dots-of-war/files/scripts/screengif.sh

6 lines
152 B
Bash
Raw Normal View History

2020-04-18 18:27:12 +00:00
#!/bin/bash
file="$HOME/Bilder/gifs/gif_$(date +%s).gif"
2020-05-30 15:16:18 +00:00
giph -s -l -y -f 10 -c 1,1,1,0.3 -b 5 -p 5 "$file"
2020-04-18 18:27:12 +00:00
echo "$file" | xclip -selection clipboard