######################################################################## # Welcome to your .profile # Your editor for BBS has been configured to pico. # # On the line starting with "#export NAME='nick'", please remove the "#" # and change the "nick" with any name you want. # # Do the same thing for "#export ORGANIZATION=SoC". (Change the "SoC" to # any organization you want to name it as.) # # Run the .profile by typing ". ~/.profile". # # Post an article in the test folder in BBS to see if your "nick" and # "SoC" have been replaced by what you type. # # # Tips:- # You can add goodies such as spy and spy2 after the line ". # ~nuslib/bash.all". Do a "man nuslib" to look for more goodies. # # # Warnings:- # Do not edit anything within the "#"s here. # # What has been done by this script? # - nuslib has been included in your .profile # - the folder "public_html" has been created in your home directory # and you can now edit your index.html for your homepage # # This simple bash script is generated by the profiler which is written # by Lifeless Bodoh. ######################################################################## # export NAME="nick" # export ORGANIZATION="SoC" export EDITOR=pico . ~nuslib/bash.all