Skip to content

Instantly share code, notes, and snippets.

#include <stdint.h>
void blackhole(char *);
void test_with_blocks(void)
{
{
uint8_t test1[16];
blackhole(test1);
}
diff --git a/steam_broken.sh b/steam.sh
index ab7ec1a..49e2213 100755
--- a/steam_broken.sh
+++ b/steam.sh
@@ -1,7 +1,12 @@
#!/usr/bin/env bash
+set -e
+set -o pipefail
+shopt -s failglob