1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/run_elua_sim.sh

12 lines
148 B
Bash
Raw Normal View History

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