diff --git a/.gitignore b/.gitignore index d6c0df6..72e6cd9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ sites_to_check.txt templog tikzit/ update-zoom +*.llamafile +llms/ diff --git a/:wq b/:wq new file mode 100755 index 0000000..3814bd5 --- /dev/null +++ b/:wq @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Don't you mean 'exit'" diff --git a/comlatex.sh b/comlatex.sh new file mode 100755 index 0000000..a815f64 --- /dev/null +++ b/comlatex.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# +#a script to compile a latex file based in distrobox + +distrobox enter latex2 -- ~/bin/compiletex $@