mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
reorganizing modules and scripts
This commit is contained in:
Executable
+11
@@ -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";
|
||||
Reference in New Issue
Block a user