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