diff options
| author | Teddy Wing | 2021-08-25 01:07:44 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2021-08-25 01:07:44 +0200 | 
| commit | 443e4ef5bf354477c0629197dd2b3e7dcc9ecf2e (patch) | |
| tree | 28ea0f3fd813cfafb1195f6978c14eba8544affb /incdec.bash | |
| parent | d57de5b6acd156c1b78b785ce40e23b9793cb8dd (diff) | |
| download | readline-incdec-443e4ef5bf354477c0629197dd2b3e7dcc9ecf2e.tar.bz2 | |
Add a version number to included scripts
Diffstat (limited to 'incdec.bash')
| -rw-r--r-- | incdec.bash | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/incdec.bash b/incdec.bash index 98ba10b..9950f33 100644 --- a/incdec.bash +++ b/incdec.bash @@ -15,6 +15,8 @@  # You should have received a copy of the GNU General Public License  # along with Incdec. If not, see <https://www.gnu.org/licenses/>. +# Version: 0.0.1 +  # Increment or decrement a number on the current line.  function __readline_incdec { | 
