]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/nash/sample-rc
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[people/pmueller/ipfire-2.x.git] / src / nash / sample-rc
1 #!nash
2
3 # this is a comment
4 echo "hello"
5 echo "hello world" > foo
6 echo "hi" "there" everyone
7
8 insmod /lib/modules/2.4.0-0.36/kernel/drivers/usb/storage/usb-storage.o 'foo=bar' "bell=hops"
9
10 mount -t ext2 /dev/hda1 /boot
11
12 losetup /dev/loop0 /tmp/bootnet.img
13