13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
#
|
|
# current script just shows that modular ide
|
|
# can now load, execute & unload a module properly
|
|
#
|
|
$PS1="core-ide>> "
|
|
echo "Core IDE"
|
|
hinv -v
|
|
echo "CORE: 0"
|
|
echo "CORE: 1"
|
|
#load module_cpu.ip30
|
|
echo "CORE: 2"
|
|
echo "CORE: 3"
|