dotfiles/.local/bin/scripts/gamedeveloperstudio

7 lines
246 B
Plaintext
Raw Normal View History

2023-09-11 23:16:35 +00:00
#!/bin/sh
# Order images downloaded from gamedeveloperstudio into software-challenge assets
cd $DATA/1*/software-challenge/assets/illustrations
mv -v ${@:-$DATA/5*/download/*-*.zip} .
ex *.zip
find -name 'info_about_*' -name thankyou.png -delete