while (1) {
#tty(1)
print("Free mem: ")
print(freemem())
print("\n")
choice = filemenu()
program(choice)
clear()
}