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