This commit is contained in:
2026-01-09 19:57:13 +03:00
parent 9e329e183c
commit 73b61a8a2c
6 changed files with 5 additions and 2 deletions
Regular → Executable
View File
Regular → Executable
View File
Generated Regular → Executable
View File
Regular → Executable
View File
+4 -1
View File
@@ -63,7 +63,10 @@
} }
{ {
run = "plugin ouch --args=zip"; run = "plugin ouch --args=zip";
on = [ "g" "C" ]; on = [
"g"
"C"
];
desc = "Compress with ouch"; desc = "Compress with ouch";
} }
]; ];
Regular → Executable
View File