// Helper copied to the remote host to run commands and deploy configuration // SPDX-License-Identifier: GPL-3.0-or-later // Copyright (C) 2021-2024 Simon Ruderich package main import ( "ruderich.org/simon/safcm/remote" ) func main() { remote.Main() }