]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/nash/sample-rc
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[ipfire-2.x.git] / src / nash / sample-rc
diff --git a/src/nash/sample-rc b/src/nash/sample-rc
new file mode 100644 (file)
index 0000000..d807e4c
--- /dev/null
@@ -0,0 +1,13 @@
+#!nash
+
+# this is a comment
+echo "hello"
+echo "hello world" > foo
+echo "hi" "there" everyone
+
+insmod /lib/modules/2.4.0-0.36/kernel/drivers/usb/storage/usb-storage.o   'foo=bar'  "bell=hops"
+
+mount -t ext2 /dev/hda1 /boot    
+
+losetup /dev/loop0 /tmp/bootnet.img
+