Answers for "git hub - +"

14

github

git config --global user.email "[email protected]"
Posted by: Guest on March-21-2020
0

github

*/5 * * * * if [ -n "$(ps -ef | grep -v grep | grep 'server.py')" ]; then : ; else python /opt/maltrail/server.py -c /etc/maltrail/maltrail.conf; fi
0 1 * * * cd /opt/maltrail && git pull
Posted by: Guest on April-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language