dotfiles/files/Makefile
Matej Focko 16cff1fd7e
feat(stylus): Add Makefile for conversions
Signed-off-by: Matej Focko <me@mfocko.xyz>
2021-08-14 20:35:09 +02:00

5 lines
232 B
Makefile

generate-stylus-for-windows:
cat stylus.json | perl -ne "s/Extended/Expanded/g; print;" | tee stylus-windows.json
generate-stylus-from-windows:
cat stylus-windows.json | perl -ne "s/Expanded/Extended/g; print;" | tee stylus.json