⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
DragonFlyBSD
All Projects
DragonFlyBSD
Overview
Activity
Roadmap
Issues
Documents
Files
Repository
Download (188 Bytes)
Bug #2263
» test.sh
repeated test download script -
matthiasr
, 12/17/2011 10:52 AM
#/bin/sh
rm
-f
file1.txt file2.txt
;
touch
file1.txt file2.txt
;
while
diff
-q
file1.txt file2.txt
;
do
ftp
-V
http://localhost/file1.txt
;
ftp
-V
http://localhost/file2.txt
;
echo
-n
.
;
done
« Previous
1
2
3
4
Next »
(3-3/4)
Loading...