From ced7cc8c74ced2868524828dae708a857539be11 Mon Sep 17 00:00:00 2001 From: Will King Date: Wed, 10 Apr 2024 11:39:01 -0700 Subject: [PATCH] added two new scripts --- .gitignore | 2 ++ :wq | 3 +++ comlatex.sh | 5 +++++ 3 files changed, 10 insertions(+) create mode 100755 :wq create mode 100755 comlatex.sh 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 $@