Move all meta scripts to central directory

This commit is contained in:
Joscha 2025-03-01 02:27:08 +01:00
parent 84d631a9c3
commit 5d1b740c20
8 changed files with 70 additions and 47 deletions

5
meta/clean Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
cargo clean
pushd showbits-typst-plugin
cargo clean