reorganizing modules and scripts

This commit is contained in:
fawce
2012-02-07 22:16:25 -05:00
parent 4365852b92
commit cca65808d5
101 changed files with 10020 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
echo $hash
while read line
do
if [[ $line != \#* ]] ; then
#echo $line
pip install $line
fi
done < $1
echo "Final line count is: $a";