Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

Shell scripts

Hi, Is there any special rules for writing shell scripts in µClinux ? I wrote that script: # ##################### # !/bin/sh /bin/touch /tmp/log /bin/date >> /tmp/log # ########...