Introduction
Introduction Statistics Contact Development Disclaimer Help
Make up.sh POSIX compliant - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit c5cbf1ab33faeaea951077a9a9c69d80dfd204b9
parent e1b7a5e2d472d56c236262b1679c5017e934a025
Author: Jochen Sprickerhof <[email protected]>
Date: Sun, 26 Apr 2020 22:38:19 +0200
Make up.sh POSIX compliant
Diffstat:
M up.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/up.sh b/up.sh
@@ -5,7 +5,7 @@ export POSIXLY_CORRECT=1
i=1
while test $i -lt 50; do
- print $i
+ echo $i
i=$((i + 1))
done > tmp.log
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.