SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Scripting Python, $\LaTeX$/TikZ
O aspecto mais triste da humanidade hoje
É que ela cresce mais em ciência do que em sabedoria.
Isaac Asimov
< System | Commands | System >

Commands - Scripts

  1. Bash:
    cd /run/admin/log; run_command.sh | filter.sh >> run_command.log 2>&1
  2. Shebang:
    #!/usr/bin/python
    Must be first!
  3. Crontab:
    # m h  dom mon dow   command
    0 18 * * * /usr/local/bin/Backup.pl  > /usr/local/tars/SAdE.Backup.log 2>&1
    0 0 * * * /usr/bin/certbot renew --noninteractive --renew-hook "/bin/systemctl reload nginx" >> /var/log/le-renew.log
    30 17 * * * /usr/bin/php /var/www/Sivent2/index.php   >> /usr/local/tars/SAdE.Count.log 2>&1
    Your Computer has e a Life!
  4. Backup
  5. Transfer - - Commit
  6. Find - f - string in Code Tree
    Substitute - s - string by string in Code Tree
< System | Commands | System >
Messages:
0 secs.