diff options
Diffstat (limited to 'examples/bootfloppy/etc/profile')
-rw-r--r-- | examples/bootfloppy/etc/profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/bootfloppy/etc/profile b/examples/bootfloppy/etc/profile new file mode 100644 index 0000000..e9b11e9 --- /dev/null +++ b/examples/bootfloppy/etc/profile @@ -0,0 +1,8 @@ +# /etc/profile: system-wide .profile file for the Bourne shells + +echo +echo -n "Processing /etc/profile... " +# no-op +echo "Done" +echo + |