diff 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
line wrap: on
line diff
--- a/moefetch.sh	Mon Jun 29 17:17:43 2009 +0000
+++ b/moefetch.sh	Mon Jun 29 17:23:33 2009 +0000
@@ -42,8 +42,7 @@
 SED_IS_MD5_FILE="s/\([0-9a-f]\{32\}\..*\)//g"
 
 ### TODO:
-###  - replace `...` with $(..) (DONE)
-###  - sanity validator
+###  - sanity validator(?)
 ###  - unified repository to save bandwidth
 ###  - bug stomping
 ###  - sanity checking
@@ -51,7 +50,7 @@
 
 # useless welcome message. Also version
 Msg_Welcome() {
-	MOEFETCHVERSION="0.2-beta2"
+	MOEFETCHVERSION="0.2"
 	cat <<EOF
 moefetch ${MOEFETCHVERSION}
 Copyright (c) 2009 edogawaconan <me@myconan.net>