]> ruderich.org/simon Gitweb - safcm/safcm.git/blob - cmd/safcm-remote/main.go
Use SPDX license identifiers
[safcm/safcm.git] / cmd / safcm-remote / main.go
1 // Helper copied to the remote host to run commands and deploy configuration
2
3 // SPDX-License-Identifier: GPL-3.0-or-later
4 // Copyright (C) 2021-2024  Simon Ruderich
5
6 package main
7
8 import (
9         "ruderich.org/simon/safcm/remote"
10 )
11
12 func main() {
13         remote.Main()
14 }