dotfiles/.local/bin/tailreceive.sh
2025-05-28 18:33:04 +02:00

7 lines
177 B
Bash
Executable File

#!/bin/bash
# this command has to be executed once you send to this computer a file through tailscale
# $1 is the path where the file will be put
sudo tailscale file get "$1"