9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
#!/data/data/com.termux/files/usr/bin/sh
|
||
|
|
||
|
echo
|
||
|
echo "You can find sample configuration files and images"
|
||
|
echo "under \${PREFIX}/share/riscvemu directory."
|
||
|
echo
|
||
|
|
||
|
exit 0
|