a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
user-inactivated  ·  2837 days ago  ·  link  ·    ·  parent  ·  post: Looking for advice on custom ROMs

If you can do the terminal bullshit, you can have cron do the terminal bullshit for you.

1. Stick the stuff you do in the terminal into a file, starting with #!/bin/sh

2. chmod +x /path/to/terminal/bullshit

3. crontab -e, and add something like

    00 1 * * 1 /path/to/terminal/bullshit

Now you'll get your updates at 1 in the morning every Monday.