hyung-hwan
7a246a02ef
deleted QSE_SED_ZEROA1 and QSE_SED_STARTSTEP added actual code for more ~extended address formats fixed the 'divide-by-zero' bug caused by the command 'start~0' added more test scripts for sed
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
|
# copy binaries to ramdisk
|
|
cp -a /bin/* /ramdisk/busybin/
|
|
echo -n "done${CRE}"
|
|
|
|
|
|
# copy binaries again to ramdisk
|
|
cp -a /bin/* /ramdisk/busybin/
|
|
echo -n "done${CRE}"
|