Config File Collection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. #!/bin/sh
  2. #
  3. if [ `~/bin/backup_data_info` -ge 6 ]; then
  4. echo -e "\033[0;33m"
  5. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  6. echo !!! Automatically backup needed! Start \~/bin/backup_data !!!
  7. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. echo -e "\033[0m"
  9. fi