index
:
scrapy-presentation
master
YEGSEC scrapy presentation code/slides
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
entry.sh
blob: 09a943f693048ca8d022936ef674ecd37f28579e (
plain
)
1
2
3
#!/bin/bash
while
true
;
do
echo
hi
;
sleep
1
;
done
;