Revision 6970
Added by Aaron Marcuse-Kubitza almost 12 years ago
import_date | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
# Gets the date of an import based on its log files' mtimes |
3 |
# Usage: self logs... |
|
4 | 3 |
|
5 | 4 |
selfDir="$(dirname -- "$0")" |
6 | 5 |
|
Also available in: Unified diff
import_date: Removed duplicate Usage message at top of file, which is repeated in the Usage message provided when the program is run with no arguments