2007-09-23 08:04:49 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# common.sh - common things for all live-helpers
|
2008-03-06 14:43:00 -01:00
|
|
|
# Copyright (C) 2006-2008 Daniel Baumann <daniel@debian.org>
|
2007-09-23 08:04:49 +00:00
|
|
|
#
|
|
|
|
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
|
|
|
# This is free software, and you are welcome to redistribute it
|
|
|
|
# under certain conditions; see COPYING for details.
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2007-09-24 06:47:42 +00:00
|
|
|
PROGRAM="$(basename ${0})"
|
2008-08-10 01:43:39 +00:00
|
|
|
VERSION="1.0.0"
|