Revision eec59787
Added by Julien Enselme over 9 years ago
bin/flush-files.sh | ||
---|---|---|
43 | 43 |
. scripts-utils.sh |
44 | 44 |
fi |
45 | 45 |
|
46 |
check_arguments "$#" 1 "$help" |
|
47 | 46 |
|
48 | 47 |
# Must not be quoted to avoid problem with ((…)) |
49 | 48 |
backups_number=$(ls | wc -l) |
Also available in: Unified diff
Check_arguments must not be used in flush-files.sh.
It uses getopts.