add tower scripts
This commit is contained in:
6
fdroidcl-batch.sh
Normal file
6
fdroidcl-batch.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
while IFS= read -r line; do
|
||||
echo "Text read from file: $line"
|
||||
fdroidcl install $line
|
||||
done < "$1"
|
||||
|
||||
Reference in New Issue
Block a user