9 lines
168 B
Bash
Executable File
9 lines
168 B
Bash
Executable File
#!/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
|