aboutsummaryrefslogtreecommitdiffstats
path: root/initrd
diff options
context:
space:
mode:
Diffstat (limited to 'initrd')
-rw-r--r--initrd/init10
1 files changed, 10 insertions, 0 deletions
diff --git a/initrd/init b/initrd/init
new file mode 100644
index 0000000..bb04364
--- /dev/null
+++ b/initrd/init
@@ -0,0 +1,10 @@
+set a 0
+do
+ set a (a + 1)
+ delay 1
+while (a < 100)
+
+if (a == 100)
+ print "All good!"
+end
+