Subversion Repositories SvarDOS

Rev

Rev 1671 | Rev 1750 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1671 Rev 1698
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#
2
#
3
# SvarDOS build script
3
# SvarDOS build script
4
# http://svardos.org
4
# http://svardos.org
-
 
5
#
5
# Copyright (C) 2016-2024 Mateusz Viste
6
# Copyright (C) 2016-2024 Mateusz Viste
6
#
7
#
7
# This script builds floppy and CD images. It should be executed each time that
8
# This script builds floppy and CD images. It should be executed each time that
8
# a CORE package has been modified or the build script changed. This is usually
9
# a CORE package has been modified or the build script changed. This is usually
9
# done by the cron.sh script, itself called by a cron job.
10
# done by the cron.sh script, itself called by a cron job.