summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/run6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/run b/.ci/run
new file mode 100755
index 0000000..0dbab35
--- /dev/null
+++ b/.ci/run
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+echo "Hello, world!"
+sleep 1
+echo "Done" >&2
+exit 0 \ No newline at end of file