View Single Post
Old 12-18-2022, 09:16 AM   #73
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,942
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Well, that's an unusual change.
You can try the alpha.sh again with that line back in but only saying #!/bin/sh
I don't know what kind of shell that is.

Oops, we cross posted...

Maybe your shell is more picky. Try this:
Code:
#!/system/bin/sh

for a in a b c d e f g h i j k l m n o p q r s t u v w x y z; do
i=0; while [ $((i)) -lt 1000 ]; do touch $a$i; i=$(($i+1)); done
time ls -l | wc
done
Try with/without the "/system"

Last edited by Renate; 12-18-2022 at 09:28 AM.
Renate is online now   Reply With Quote