diff options
Diffstat (limited to 'head.bash')
-rwxr-xr-x | head.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ argrest=`echo "$url" | cut -d\ -f1 --complement` if [[ $arg1 = "--version" ]] then - echo "Blatech head v0.2" + echo "Blatech head v0.2.1" exit elif [[ $arg1 = "-h" || $arg1 = "--help" ]] then |