hosted-checkout-tutorial 1.0.1 → 999.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of hosted-checkout-tutorial might be problematic. Click here for more details.

package/exp.sh ADDED
@@ -0,0 +1,7 @@
1
+ for i in `cat file.txt`
2
+ do
3
+ if [[ `curl -s "$i"|jq -r ".dependencies, .devDependencies" 2>/dev/null` != "" ]];
4
+ then
5
+ echo "$i"
6
+ fi
7
+ done