This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
seger672
/
dss
forked from
perception/dss
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Use env var P to download less
master
Perception
3 months ago
parent
502e9240fe
commit
21cfc1b157
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
bin/download-all
+ 2
- 1
bin/download-all
View File
@ -1,9 +1,10 @@
#!/bin/bash
P=${P:-0}
sections=(featured-stories world us society insight jewish-problem race-war)
#sections=(society insight jewish-problem race-war)
#sections=(insight jewish-problem race-war)
for s in ${sections[@]} ; do
touch log/$s.seen
bin/scan -t section $s
bin/scan -
p $P -
t section $s
done
Write
Preview
Loading…
Cancel
Save