Results 1 to 4 of 4

Thread: A Good Task-Automator

  1. #1
    Join Date
    Mar 2013
    Location
    Under Your Bed
    Beans
    43
    Distro
    Xubuntu 12.04 Precise Pangolin

    A Good Task-Automator

    Can anybody suggest a good task-automator.., like if I wanted, it would shut down when upgrades have completed installing.

  2. #2

    Re: A Good Task-Automator

    Windows assumes the user is an idiot.
    Linux demands proof.

  3. #3
    Join Date
    Mar 2013
    Location
    Under Your Bed
    Beans
    43
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: A Good Task-Automator

    Ohhh, I forgot you could use the "&&" commands!

  4. #4
    Join Date
    Mar 2013
    Location
    Under Your Bed
    Beans
    43
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: A Good Task-Automator

    Just thought I'd post this here:

    command1 ; command2 if you want it to execute command2 even if there are errors in command1

    command1 && command2 if you want to execute command2 only if command1 was a success

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •