gitnow/scripts/update-gifs.sh

10 lines
112 B
Bash
Raw Normal View History

2024-09-22 14:55:28 +02:00
#!/usr/bin/env zsh
rm -r assets/gifs
set -e
cuddle x record
mkdir -p assets/gifs
mv target/vhs/* assets/gifs