[docs] Replace cyrillic 'с' with latin 'c' in register names
[kolibrios.git] / programs / fs / opendial / build.sh
blob6a16b8aa15f721f76118c66b296f657eef698749
1 #!/bin/bash
2 # This script does for Linux the same as build.bat for DOS,
3 # it compiles the current KolibriOS applications
5 echo "lang fix en"
6 echo "lang fix en" > lang.inc
7 fasm -m 16384 opendial.asm opendial
8 kpack opendial
9 rm -f lang.inc
10 exit 0