/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to scripts/list.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2018-08-30 13:55:03 UTC
  • Revision ID: csa@suren.me-20180830135503-9yzi2t3izttjhuav
Add a bit info about Desy camera and a pair of debugging scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[ -n "$1" ] || exit
 
2
frame=$1
 
3
 
 
4
for name in frame*$frame/*; do
 
5
    [[ $name =~ invalid$ ]] && continue;
 
6
    [ -f "$name.invalid" ] && continue;
 
7
    [ -f "$name.partial" ] && continue;
 
8
 
 
9
    echo "$name"
 
10
done
 
 
b'\\ No newline at end of file'