Exercises Session 9



examples/git/add.sh
#!/bin/bash
expr $1 - $2 

echo 7 > NUMBER
git commit -am "7"