diff --git a/transogg b/transogg index 4a44dec..699600e 100755 --- a/transogg +++ b/transogg @@ -1,5 +1,15 @@ #!/bin/bash +cat <<-EOF +This script is buggy and may destroy data +DON'T USE IT! + +AtOM will be a clean and safe rewrite of this dirty hack. + +I repeat: DON'T use this script. +EOF +exit + source /etc/transogg.conf [ ! -d "$TEMPDIR" ] && mkdir -p "$TEMPDIR"