mirror of
https://github.com/zrepl/zrepl.git
synced 2024-12-29 18:38:52 +01:00
7 lines
64 B
Bash
7 lines
64 B
Bash
|
#!/bin/sh
|
||
|
echo -n ' start '
|
||
|
date
|
||
|
sleep $1
|
||
|
echo -n 'done '
|
||
|
date
|