mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-16 21:38:27 -04:00
6 lines
62 B
Bash
6 lines
62 B
Bash
#! /bin/sh
|
|
|
|
echo $0 running
|
|
|
|
"$rsync_bin" --version || exit 1
|