File: test11

package info (click to toggle)
daemon 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,072 kB
  • sloc: ansic: 30,432; sh: 4,310; perl: 592; makefile: 307
file content (13 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

touch test11.interpreter
chmod 775 test11.interpreter

echo "#!/usr/bin/env test11.interpreter" > test11.client
chmod 755 test11.client

PATH="`pwd`:$PATH"
export PATH

../daemon -C "`pwd`/daemon.conf" -n test11 "`pwd`/test11.client"
rm test11.interpreter