kolibrios-fun/programs/system/skincfg/trunk/build_sp.sh
Kirill Lipatov (Leency) c8de4cb0ee rename "desktop" app to "skincfg"
git-svn-id: svn://kolibrios.org@6169 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-08 12:52:20 +00:00

14 lines
232 B
Bash
Executable File

#!/bin/bash
# This script does for linux the same as build.bat for DOS,
# it compiles the KoOS kernel, hopefully ;-)
echo "lang fix sp"
echo "lang fix sp" > lang.inc
fasm -m 16384 skincfg.asm skincfg
rm -f lang.inc
exit 0