summaryrefslogtreecommitdiffstats
path: root/scripts/helloworld.ipxe
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-07-01 12:08:52 +0200
committerGerd Hoffmann <kraxel@redhat.com>2024-07-01 12:08:52 +0200
commit0f69f63f84da07016e2300320385ffb9822bced7 (patch)
tree4a93f6c209ac1c0674e451d2b236c83dfb81e5b0 /scripts/helloworld.ipxe
parentb56b7555ecbf3d9e0e688861afd8e66782045d61 (diff)
downloadipxe-tests-0f69f63f84da07016e2300320385ffb9822bced7.tar.gz
rename ipxe script dir
Diffstat (limited to 'scripts/helloworld.ipxe')
-rw-r--r--scripts/helloworld.ipxe5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/helloworld.ipxe b/scripts/helloworld.ipxe
new file mode 100644
index 0000000..36c1403
--- /dev/null
+++ b/scripts/helloworld.ipxe
@@ -0,0 +1,5 @@
+#!ipxe
+echo
+echo hello world from ipxe script
+echo
+shell