Parent Directory
|
Revision Log
Redirecting stdout to /dev/null and stderr to stdout. (my mailbox has been filled by useless stdout messages :)
| 1 | #!/bin/bash |
| 2 | SCRIPT=/home/groups/debian-med/scripts/update-tasks |
| 3 | |
| 4 | python $SCRIPT 1>/dev/null 2>&1 |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |