mirror of
https://github.com/kennethreitz-archive/heroku-splinder.git
synced 2026-06-21 16:00:57 +00:00
6 lines
56 B
Bash
6 lines
56 B
Bash
#! /bin/sh
|
|
|
|
echo $0 running
|
|
|
|
$RSYNC --version || exit 1
|