본문 바로가기
  • Welcome.
:: Linux 🚩/Linux_shell_script

[리눅스] [6일차] [셸 스크립트 - 함수]

by EunBird 2021. 5. 7.

ㅡㅡㅡㅡㅡ

#!/bin/bash

 

myfunction () {

         echo "this is my function"

         return

}

myfunction

ㅡㅡㅡㅡㅡ

 


ㅡㅡㅡㅡㅡ

#!/bin/bash

 

myfunction () {

         echo "this is my function"

         return

}

 

myfunction

myfunction

myfunction

ㅡㅡㅡㅡㅡ

728x90

댓글