Changeset 80 for trunk/linkchecker.sh


Ignore:
Timestamp:
10/30/08 10:10:11 (16 years ago)
Author:
pinsard
Message:

add journals and bug fixes in flat to docbook conversion tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/linkchecker.sh

    r75 r80  
    11#! /bin/sh 
    22#+ 
     3# 
    34# NAME 
    45# ==== 
     
    7879# 
    7980#   * création 
     81# 
    8082#- 
    8183system=$(uname) 
     
    8890 ;; 
    8991esac 
    90 command=$(basename ${0} .sh) 
     92command=$(basename ${0}) 
    9193log_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") 
    92 log=/tmp/${command}.log.${log_date} 
     94log=/tmp/$(basename ${command} .sh).log.${log_date} 
    9395# 
    9496usage=" Usage : ${command} -d dircheck -u url" 
Note: See TracChangeset for help on using the changeset viewer.