mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-07 18:16:12 +00:00
7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Running error test script..."
|
|
|
|
echo "Expected error"
|
|
exit 1
|