ctrl/main.go

7 lines
116 B
Go
Raw Normal View History

2024-07-21 12:40:28 +02:00
// ctrl let's me control aspects of functioning of my other devices - via SSH.
package main
func main() {
run()
}