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 |
- #!/bin/sh
- #
-
- if [ `~/bin/backup_data_info` -ge 6 ]; then
- echo -e "\033[0;33m"
- echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- echo !!! Automatically backup needed! Start \~/bin/backup_data !!!
- echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- echo -e "\033[0m"
- fi
|