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