1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/run_elua_sim.sh
Bogdan Marinescu a26d5423e1 Multiple changes
- platform 'sim' switched to the new build system
- fixed a few macro definitions
2012-07-12 14:07:59 +03:00

12 lines
148 B
Bash
Executable File

#!/bin/bash
# Setup terminal
stty -echo raw -igncr
# Run simulator
./elua_lua$1_sim.elf
# Restore terminal to default settings
stty echo cooked