Firerat
444dcbea6a
bashrc: set alias ls="busybox ls --color=auto"
...
without "auto", scripting fails e.g.
for i in `ls /`;do
if [ -e /$i ];
then
echo pass
else
echo fail
fi
done
Change-Id: Id2563143ed2c359933c5b861cc2299f387e34d9c
2022-02-08 13:49:52 +01:00
Scott Anderson
9c5aabc49a
Use a loop for busybox aliases
...
Change-Id: I973a89ca9ddd4d5b20a5be695319bb233744f7a2
2022-02-08 13:14:58 +01:00
cvpcs
c5c7fd40fa
fixed some problems with bash
...
Change-Id: Iedaf7c28c25149755e6e4a20810043cf64ed8c84
2022-02-08 13:14:57 +01:00
cvpcs
f79b23a255
added bashrc and bash_logout support system-wide
...
Change-Id: I6e4f7ee4fbc2110f0b2e756b214f29a3e7a4758b
2022-02-08 13:14:53 +01:00