Solutions

1.	$ cd scripts
	$ chmod +x nameit


2.	#!/bin/bash
	# File: starter

 	echo _____________________________
	date
 	echo _____________________________
	pwd
 	echo _____________________________
	who

