Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WifiSD
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps
WifiSD
Commits
dc735e4c
Commit
dc735e4c
authored
Jan 21, 2016
by
Benjamin Große
Browse files
Options
Downloads
Patches
Plain Diff
ein kleines script zum lesen...
parent
5195f9fe
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
apographon/apographon.sh
+7
-0
7 additions, 0 deletions
apographon/apographon.sh
apographon/startapo.sh
+3
-0
3 additions, 0 deletions
apographon/startapo.sh
with
10 additions
and
0 deletions
apographon/apographon.sh
0 → 100755
+
7
−
0
View file @
dc735e4c
#!/bin/bash
while
true
do
echo
"new download test"
wget
-r
-l0
-t2
-T20
ftp://192.168.1.24/mnt/sd/DCIM/100EOS5D/
*
-A
"*.CR2"
-nd
-c
sleep
10
done
This diff is collapsed.
Click to expand it.
apographon/startapo.sh
0 → 100755
+
3
−
0
View file @
dc735e4c
/bin/bash
screen
-S
sitzung1 ./apographon.sh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment