{ writeShellApplication, coreutils, openssh }:
writeShellApplication {
name = "rm-sync";
runtimeInputs = [ coreutils openssh ];
text = builtins.readFile ./rm-sync.sh;
}