a
This commit is contained in:
parent
01a9e86575
commit
dab9178f95
1 changed files with 5 additions and 0 deletions
5
scripts/wr
Normal file
5
scripts/wr
Normal 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
|
Loading…
Reference in a new issue