ctrl/main.go
2024-07-21 12:40:28 +02:00

7 lines
116 B
Go

// ctrl let's me control aspects of functioning of my other devices - via SSH.
package main
func main() {
run()
}