#!/bin/bash # # This script is licensed whith GPL-3 or Higher. # # Author: Angel Berlanas Vicente echo " Welcome to the llxdev suite" echo " ***************************" echo " " echo " * Fixing compat file ..." llxdev-compat sleep 1 echo " " echo " * Fixing control file ..." llxdev-control sleep 1 echo " " echo " * Fixing copyright file ..." llxdev-copyright sleep 1 echo "All is done, that's all folks!" exit 0