mirror of
https://github.com/SunboX/sl-fabaccess-docker-compose.git
synced 2025-03-12 15:01:45 +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
|