update README

This commit is contained in:
Denis Lehmann 2022-01-07 17:08:50 +01:00
parent 613c526b5e
commit 85f7562e50

View file

@ -15,7 +15,7 @@
-----
Here is the oneliner which was created with [[https://github.com/precious/bash_minifier][this]] tool:
Here is the oneliner version of /sf/ which was created with [[https://github.com/precious/bash_minifier][this]] tool:
#+begin_src sh
# sf -- script framework (https://github.com/Deleh/sf)
@ -155,7 +155,7 @@
# ----------------
# Actual script
# ----------------
res=0
if [ "$substract" == true ]; then
res=`expr $A - $B`