Saturday, April 19, 2014

Python Script

I made this script because I needed 40 integers that don't repeat, multiple times. So instead of typing them and having to manually check each time. I created a python script. Check it out below:



To run, save as rand.py somewhere then run from terminal:

python rand.py

Wednesday, April 16, 2014

Cool Little Bash Script

Fun bash script I made that counts the number of lines of all the files in the directory you run it in. You need to have the "toilet" command installed for it to work optimally.