disarm transogg

This commit is contained in:
Vincent Riquer 2012-02-27 00:15:48 +01:00
parent cb16fc1769
commit f8af3f089c

View File

@ -1,5 +1,15 @@
#!/bin/bash #!/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 source /etc/transogg.conf
[ ! -d "$TEMPDIR" ] && mkdir -p "$TEMPDIR" [ ! -d "$TEMPDIR" ] && mkdir -p "$TEMPDIR"