Update meta scripts
This commit is contained in:
parent
3109f510fd
commit
972263a9d4
9 changed files with 82 additions and 17 deletions
32
meta/build-all
Executable file
32
meta/build-all
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set_color --bold yellow
|
||||
echo "##################"
|
||||
echo "## typst plugin ##"
|
||||
echo "##################"
|
||||
set_color normal
|
||||
|
||||
./meta/build-typst-plugin
|
||||
or return 1
|
||||
|
||||
echo
|
||||
|
||||
set_color --bold yellow
|
||||
echo "########################"
|
||||
echo "## thermal printer ui ##"
|
||||
echo "########################"
|
||||
set_color normal
|
||||
|
||||
./meta/build-thermal-printer-ui
|
||||
or return 1
|
||||
|
||||
echo
|
||||
|
||||
set_color --bold yellow
|
||||
echo "#####################"
|
||||
echo "## thermal printer ##"
|
||||
echo "#####################"
|
||||
set_color normal
|
||||
|
||||
./meta/build-thermal-printer
|
||||
or return 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue