Bash
Script
$ type script $ chmod +x script $ ./script $ .script $ source script $ bash script
#!/bin/bash
Command Line
Everything is a file
$ type script $ chmod +x script $ ./script $ .script $ source script $ bash script
#!/bin/bash
Everything is a file