Terminal log when installing Meteor-CI-Tutorial

yourself@YourVM:~/$ export URI="https://github.com/martinhbramwell"
yourself@YourVM:~/$ export TUT="Meteor-CI-Tutorial"
yourself@YourVM:~/$ export FILE="archive/master.zip"
yourself@YourVM:~/$ echo "Downloading : ${URI}/${TUT}/${FILE}"
Downloading : https://github.com/martinhbramwell/Meteor-CI-Tutorial/archive/master.zip
yourself@YourVM:~/$ echo " as : ${TUT}.zip"
as : Meteor-CI-Tutorial.zip
yourself@YourVM:~/$ wget -O ${TUT}.zip ${URI}/${TUT}/${FILE}
--2015-09-05 12:09:34-- https://github.com/martinhbramwell/Meteor-CI-Tutorial/archive/master.zip
Resolving github.com (github.com)... 192.30.252.129
Connecting to github.com (github.com)|192.30.252.129|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/martinhbramwell/Meteor-CI-Tutorial/zip/master [following]
--2015-09-05 12:09:35-- https://codeload.github.com/martinhbramwell/Meteor-CI-Tutorial/zip/master
Resolving codeload.github.com (codeload.github.com)... 192.30.252.147
Connecting to codeload.github.com (codeload.github.com)|192.30.252.147|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘Meteor-CI-Tutorial.zip’

[ <=> ] 69,314 --.-K/s in 0.1s

2015-09-05 12:09:35 (690 KB/s) - ‘Meteor-CI-Tutorial.zip’ saved [69314]

yourself@YourVM:~/$ unzip ${TUT}.zip
Archive: Meteor-CI-Tutorial.zip
2cbb9342613357229b761899660649b47787c4ea
creating: Meteor-CI-Tutorial-master/
inflating: Meteor-CI-Tutorial-master/.gitignore
creating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/concatenatedSlides.MD
creating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Add_Bunyan_Logging.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Add_a_CircleCI_configuration_file_and_push_to_GitHub.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Add_an_NPM_module_to_your_package.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Another_NodeJS_moduleA.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Another_NodeJS_moduleB.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Bunyan_Server_Side_OnlyLogging.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Fin.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Goodbye_console.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Introduction.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Observe_ordinary_console_logging.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Prepare_for_NightWatch_testing.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Push_Nightwatch_testing_to_GitHub_and_CircleCI.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Refactor_Bunyan_InstantiationA.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Refactor_Bunyan_InstantiationB.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Run_NightWatch_testing.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/Specify_Npm_modules.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/The_Async_ProblemA.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/The_Async_ProblemB.md
inflating: Meteor-CI-Tutorial-master/CloudContinuousIntegration/doc/The_Async_ProblemC.md
inflating: Meteor-CI-Tutorial-master/LICENSE
creating: Meteor-CI-Tutorial-master/PrepareTheMachine/
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/concatenatedSlides.MD
creating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Configure_Sublime_A.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Configure_Sublime_B.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Fin.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Install_Bunyan_Globally.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Install_Google_Chrome_and_the_Selenium_Web_Driver_for_Chrome.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Install_NodeJS.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Install_Selenium_Webdriver_In_NodeJS.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Install_eslint.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Install_other_tools.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Introduction.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/Java_7_is_required_by_Nightwatch.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/This_tutorial_expects_to_use_the_Sublime_Text_3_editor.md
inflating: Meteor-CI-Tutorial-master/PrepareTheMachine/doc/dummy.md
inflating: Meteor-CI-Tutorial-master/README.md
inflating: Meteor-CI-Tutorial-master/Part01_PrepareTheMachine.sh
inflating: Meteor-CI-Tutorial-master/Part02_UnitTestThePackage.sh
inflating: Meteor-CI-Tutorial-master/Part03_CloudContinuousIntegration.sh
creating: Meteor-CI-Tutorial-master/UnitTestThePackage/
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/concatenatedSlides.MD
creating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Add_Meteor_application_development_support_files.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Add_a_test_runner_for_getting_TinyTest_output_on_the_command_line.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Check_the_meteor_project_will_work.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Configure_Sublime_Text_to_use_ESLint.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Configure_git_for_GitHub.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Create_Meteor_project.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Create_SSH_keys_directory_if_not_exist.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Create_a_package_and_TinyTest_it.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Create_local_GitHub_repository.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Create_remote_GitHub_repository.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Customize_ESLint_in_Sublime_Text.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Fin.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Goodbye_console.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Install_Meteor.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Introduction.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Set_Up_Project_Names.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Try_ESLint_from_the_Command_Line.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/Try_ESLint_in_Sublime_Text.md
inflating: Meteor-CI-Tutorial-master/UnitTestThePackage/doc/dummy.md
inflating: Meteor-CI-Tutorial-master/concatenateTheSlides.sh
inflating: Meteor-CI-Tutorial-master/explain.sh
inflating: Meteor-CI-Tutorial-master/index.html
inflating: Meteor-CI-Tutorial-master/styles.css
inflating: Meteor-CI-Tutorial-master/switch.sh
inflating: Meteor-CI-Tutorial-master/util.sh
creating: Meteor-CI-Tutorial-master/working/
extracting: Meteor-CI-Tutorial-master/working/README.md
inflating: Meteor-CI-Tutorial-master/working/logger.js
inflating: Meteor-CI-Tutorial-master/working/package.js
inflating: Meteor-CI-Tutorial-master/working/yourpackage-tests.js
inflating: Meteor-CI-Tutorial-master/working/yourpackage.js
yourself@YourVM:~/$ mv ${TUT}-master ${TUT}
yourself@YourVM:~/$ cd ${TUT}
yourself@YourVM:~/Meteor-CI-Tutorial$
yourself@YourVM:~/Meteor-CI-Tutorial$ # Ready to run the first script :
yourself@YourVM:~/Meteor-CI-Tutorial$ #             sudo ./Part01_PrepareTheMachine.sh