The multiply esh plug-in This plugin will calculate the product of two arguments passed in. Invoke as: 'multiply # #' and you will get the product back. Example execution: esh> multiply 5 5 Product of 5 * 5 = 25