This commit is contained in:
whoami 2025-03-29 22:01:31 +01:00
parent 01a9e86575
commit dab9178f95

5
scripts/wr Normal file
View file

@ -0,0 +1,5 @@
while read p; do
x=$(curl -o /dev/null -s -w "%{http_code}\n" $p/$1)
[[ $x == 200 ]] && curl -s $(curl -s $p/$1) | vim -
exit
done < ~/.wr.txt