Searched refs:MONTHLYDIR (Results 1 - 1 of 1) sorted by relevance
| /src/etc/ | ||
| H A D | monthly | 22 MONTHLYDIR=$(mktemp -d -t _monthly) || exit 1 24 trap "/bin/rm -rf $MONTHLYDIR ; exit 0" EXIT INT QUIT PIPE 26 if ! cd "$MONTHLYDIR"; then 27 echo "Can not cd to $MONTHLYDIR". |
Completed in 3 milliseconds