Figure out

This commit is contained in:
2025-08-16 20:16:58 +02:00
parent 92f2992b97
commit af20f6128c
4 changed files with 34 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
total_commands=28
total_commands=29
current_command=0
function print_progress {
@@ -92,6 +92,9 @@ print_progress "cp ./conjurer/latex_commands.py ./Conjurer/"
cp ./conjurer/latex_functions.py ./Conjurer/
print_progress "cp ./conjurer/latex_functions.py ./Conjurer/"
cp ./conjurer/librarian_functions.py ./Conjurer
print_progress "cp ./conjurer/librarian_functions.py ./Conjurer/"
cp ./conjurer/thin_client.py ./Conjurer/bot.py
print_progress "cp ./conjurer/thin_client.py ./Conjurer/bot.py"