how can I run shell script file in linux?

前端 未结 0 1798
忘掉有多难
忘掉有多难 2020-11-28 09:45

i have a problem in running linux script (.sh) file. The file is as given below:

#!/bin/sh

set -e

asm() {
nasm -o $2 $1
}

asm bios/dosbios.asm bios/dosbios         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题