|
version 1.1, 2012/02/17 15:09:30
|
version 1.1.1.2, 2021/03/17 00:32:36
|
|
Line 1
|
Line 1
|
| #! /bin/sh |
#! /bin/sh |
| |
|
| # Copyright (C) 2005 by Wayne Davison <wayned@samba.org> | # Copyright (C) 2005-2020 Wayne Davison |
| |
|
| # This program is distributable under the terms of the GNU GPL (see |
# This program is distributable under the terms of the GNU GPL (see |
| # COPYING). |
# COPYING). |
|
Line 12
|
Line 12
|
| mkdir "$fromdir" |
mkdir "$fromdir" |
| mkdir "$todir" |
mkdir "$todir" |
| |
|
| cp -p "$srcdir"/rsync.c "$fromdir"/rsync.c | cp_p "$srcdir"/rsync.c "$fromdir"/rsync.c |
| cp_touch "$fromdir"/rsync.c "$todir"/rsync2.c |
cp_touch "$fromdir"/rsync.c "$todir"/rsync2.c |
| sleep 1 |
sleep 1 |
| |
|