aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests/shell_tidy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python/tidy/servo_tidy_tests/shell_tidy.sh')
-rw-r--r--python/tidy/servo_tidy_tests/shell_tidy.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy_tests/shell_tidy.sh b/python/tidy/servo_tidy_tests/shell_tidy.sh
new file mode 100644
index 00000000000..fbf0e784755
--- /dev/null
+++ b/python/tidy/servo_tidy_tests/shell_tidy.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+#
+# Tests tidy for shell scripts.
+
+set -o nounset
+
+echo "hello world"