mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 08:23:50 +01:00
4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/sh
|
||
|
echo "error: this is a mock" 1>&2
|
||
|
exit 1
|