File: forktee.sh

package info (click to toggle)
astroidmail 0.17%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,160 kB
  • sloc: cpp: 21,133; ansic: 1,619; python: 93; sh: 73; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env bash

echo "delivering to: $1"

echo "forking forktee2.."
exec ./tests/forktee2.sh $1 < /dev/stdin &

echo "exiting main process"
exit 0