1 ## arg 1: the new package version
3 echo "==> Update your RUBYLIB env variable to use metasm."
4 echo "==> e.g: export 'RUBYLIB=$RUBYLIB:/opt/metasm'"
5 echo "==> Test the installation: 'ruby -r metasm -e 'p Metasm::VERSION'"
8 ## arg 1: the new package version
9 ## arg 2: the old package version
11 echo "==> Update your RUBYLIB env variable to use metasm."
12 echo "==> e.g: export 'RUBYLIB=$RUBYLIB:/opt/metasm'"
13 echo "==> Test the installation: 'ruby -r metasm -e 'p Metasm::VERSION'"
17 # vim:set ts=2 sw=2 et: