4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo ssh "$1" date --set="'$(date -R)'"
|