File: test10

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 (10 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

touch test10.interpreter
chmod 775 test10.interpreter

echo "#!`pwd`/test10.interpreter" > test10.client
chmod 755 test10.client

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