kolibrios-fun/programs/system/hdd_info/trunk/build.sh
Marat Zakiyanov (Mario79) 22a01e7465 HDD Informer 0.2 (original autor Staper - staper@inbox.ru)
1) select path with OpenDialog,
2) show 2 different path for Info and SMART files
3) draw number of page

git-svn-id: svn://kolibrios.org@1622 a494cfbc-eb01-0410-851d-a64ba20cac60
2010-09-18 21:41:33 +00:00

14 lines
234 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 en"
echo "lang fix en" > lang.inc
fasm -m 16384 hdd_info.asm hdd_info
rm -f lang.inc
exit 0