#!/bin/sh menu1='s) Show difference.' menu2='e) Edit on diff mode of vim.' menu3='r) Replace current file by saved file.' menu4='p) Protect current file and remove saved file.' menu5='n) Next file.' quest='Do you want to? > ' detect_msg="is saved." wrong_msg="You inputed wrong character."