www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

redirect.sh (135B)


      1 #!/bin/sh
      2 if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then
      3     echo "Usage: $0 cmd source output.txt"
      4     exit 1
      5 fi
      6 "$1" "$2" > "$3"