mirror of
https://github.com/zrepl/zrepl.git
synced 2025-02-21 12:51:00 +01:00
7 lines
64 B
Bash
Executable File
7 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
echo -n ' start '
|
|
date
|
|
sleep $1
|
|
echo -n 'done '
|
|
date
|