File: with-notification-daemon

package info (click to toggle)
libgtk2-notify-perl 0.05-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 420 kB
  • ctags: 735
  • sloc: perl: 1,410; makefile: 9; sh: 7; ansic: 6
file content (9 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/bash

/usr/lib/notification-daemon/notification-daemon &
sleep 5
"$@"
RET=$?
kill %1
wait
exit $RET