- 1 Post
- 4 Comments
Joined 2 years ago
Cake day: June 24th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Ritsu4Life@lemmy.worldto Stop Killing Games@lemmy.dbzer0.com•700K!!! 700K!!! 700K!!!English3·1 month agoWhat is the link
I have started my daily drawing journey which i still am bad at it. To create a new .kra files files every day I use this
#/usr/bin/bash days=$(</var/home/monika/scripts/days) echo "$days" file_name=/var/home/monika/Pictures/Art/day$days.kra if [ -f $file_name ]; then echo file is present else if [[ $days%7 -eq 0 ]]; then echo "Week completed" fi cp "/var/home/monika/scripts/duplicate.kra" $file_name flatpak run org.kde.krita $file_name echo $(($days + 1)) >/var/home/monika/scripts/days fi
The one with the above image