mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-25 09:54:47 +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
|