Consider a matrix of integers (ie [[3, 1, 4], [1, 5, 9], [2, 6, 5]]
).
For a better visual, we can draw this matrix like so:
| 3 1 4 |
| 1 5 9 |
| 2 6 5 |
#!/bin/bash | |
# File to store the path of the last moved GPU trace | |
LAST_TRACE_FILE=$(mktemp /tmp/last_trace_path.XXXXXX) | |
# Function to process a line | |
process_line() { | |
local line="$1" | |
echo "$line" # Print the line to the terminal |
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript
git clone https://github.com/miksago/jade-tmbundle.git Jade
git clone https://github.com/LearnBoost/stylus.git Stylus