...
Some checks are pending
Rhai Tests / Run Rhai Tests (push) Waiting to run

This commit is contained in:
2025-06-15 23:05:11 +02:00
parent 6a1e70c484
commit c0df07d6df
4 changed files with 28 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
// Basic example of using the Zinit client in Rhai
// Socket path for Zinit
let socket_path = "/var/run/zinit.sock";
let socket_path = "/tmp/zinit.sock";
// List all services
print("Listing all services:");