Migrate from .stow-rename to --dotfiles
This commit is contained in:
parent
e344a02c65
commit
c9c512486d
23 changed files with 0 additions and 2 deletions
4
dot-local/bin/luma-both-to-png
Executable file
4
dot-local/bin/luma-both-to-png
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/zsh
|
||||
for date in ${(u)argv[@]%_*.bmp}; do
|
||||
magick ${date}_top.bmp ${date}_bot.bmp -alpha set -gravity Center -background 'rgba(0,0,0,0)' -append ${date}.png || exit $?
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue