14 Commits

Author SHA1 Message Date
Ben Grande
d13a21a734
fix: avoid echo usage
Echo can interpret operand as an option and checking every variable to
be echoed is troublesome while with printf, if the format specifier is
present before the operand, printing as string can be enforced.
2024-08-06 18:12:46 +02:00
Ben Grande
b38834d66b
fix: avoid operand evaluation as argument
Explicit end option parsing as the shell can be quite dangerous without
it.
2024-08-06 17:13:11 +02:00
Ben Grande
69c14a2429
feat: enable all optional shellcheck validations 2024-07-10 14:35:36 +02:00
Ben Grande
024e9c469d
fix: limit shellscript line length to 78 chars 2024-07-09 17:39:25 +02:00
Ben Grande
5936b2059c
chore: editorconfig check 2024-07-08 19:59:27 +02:00
Ben Grande
e3c8ab8972
feat: add function to target minions easily 2024-06-17 13:50:52 +02:00
Ben Grande
835c5a9097
feat: move helpers to qusal 2024-02-23 16:42:56 +01:00
Ben Grande
b3ccfdc3de
chore: remove extraneous lines 2024-02-23 16:41:59 +01:00
Ben Grande
c08e2fed76
fix: remove unnecessary copy to dom0 loop 2024-01-25 18:49:20 +01:00
Ben Grande
87499f76ad
feat: use qfile-dom0-unpacker to copy to dom0 2024-01-21 21:44:22 +01:00
Ben Grande
cd847c6312
fix: include backup profiles on dom0 home backup 2023-12-20 16:56:18 +01:00
Ben Grande
59dd3011b2
feat: update qvm completion with upstream 2023-11-14 08:23:01 +00:00
Ben Grande
874905eecf
chore: fix missing and incomplete copyrights 2023-11-14 08:18:32 +00:00
Ben Grande
db0d57cfcf
Initial commit 2023-11-13 14:11:21 +00:00