added two new scripts

main
Will King 2 years ago
parent 190d8c1276
commit ced7cc8c74

2
.gitignore vendored

@ -13,3 +13,5 @@ sites_to_check.txt
templog templog
tikzit/ tikzit/
update-zoom update-zoom
*.llamafile
llms/

3
:wq

@ -0,0 +1,3 @@
#!/bin/bash
echo "Don't you mean 'exit'"

@ -0,0 +1,5 @@
#!/bin/bash
#
#a script to compile a latex file based in distrobox
distrobox enter latex2 -- ~/bin/compiletex $@
Loading…
Cancel
Save