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 000000000..e9b11e90a --- /dev/null +++ b/examples/bootfloppy/etc/profile | |||
@@ -0,0 +1,8 @@ | |||
1 | # /etc/profile: system-wide .profile file for the Bourne shells | ||
2 | |||
3 | echo | ||
4 | echo -n "Processing /etc/profile... " | ||
5 | # no-op | ||
6 | echo "Done" | ||
7 | echo | ||
8 | |||