5 lines
67 B
Bash
5 lines
67 B
Bash
clear
|
|
git pull
|
|
rm errors.log
|
|
touch errors.log
|
|
chmod 777 errors.log
|