comparison moefetch.sh @ 211:fbb93733098e

update to 0.2
author edhoprima@gmail.com <edhoprima@gmail.com>
date Mon, 29 Jun 2009 17:23:33 +0000
parents 3983d230467d
children da4c03c7377c
comparison
equal deleted inserted replaced
210:3983d230467d 211:fbb93733098e
40 40
41 SED_GET_FILENAME="s/.*\/\([^\/]*\)/\1/g" 41 SED_GET_FILENAME="s/.*\/\([^\/]*\)/\1/g"
42 SED_IS_MD5_FILE="s/\([0-9a-f]\{32\}\..*\)//g" 42 SED_IS_MD5_FILE="s/\([0-9a-f]\{32\}\..*\)//g"
43 43
44 ### TODO: 44 ### TODO:
45 ### - replace `...` with $(..) (DONE) 45 ### - sanity validator(?)
46 ### - sanity validator
47 ### - unified repository to save bandwidth 46 ### - unified repository to save bandwidth
48 ### - bug stomping 47 ### - bug stomping
49 ### - sanity checking 48 ### - sanity checking
50 ### WILL BE FOR 0.3 49 ### WILL BE FOR 0.3
51 50
52 # useless welcome message. Also version 51 # useless welcome message. Also version
53 Msg_Welcome() { 52 Msg_Welcome() {
54 MOEFETCHVERSION="0.2-beta2" 53 MOEFETCHVERSION="0.2"
55 cat <<EOF 54 cat <<EOF
56 moefetch ${MOEFETCHVERSION} 55 moefetch ${MOEFETCHVERSION}
57 Copyright (c) 2009 edogawaconan <me@myconan.net> 56 Copyright (c) 2009 edogawaconan <me@myconan.net>
58 57
59 EOF 58 EOF