mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-01-09 19:55:18 +01:00
5 lines
77 B
Bash
5 lines
77 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "This is some error output" > /dev/stderr
|
||
|
exit 115
|