로딩
티스토리 데이터 처리 중입니다.

13 Using Graphic in Script

 13 Using Graphic in Script

Since all scripts are text-based, there are many inconveniences to use. So, in this chapter, we will learn how to use graphics in scripts. 1.

Create a text menu It seems cleaner from the user's point of view to clear everything currently displayed on the screen before using the graphic in a script. The command for this is the clear command.

And you can use the echo command to decide what to di.....