File: send_oneshot

package info (click to toggle)
python-irodsclient 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,352 kB
  • sloc: python: 16,650; xml: 525; sh: 104; awk: 5; sql: 3; makefile: 3
file content (6 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/gawk -f
BEGIN {
  SERVER = "/inet/tcp/"ENVIRON["PORT"]"/0/0"
  print ARGV[1] " - " strftime() |& SERVER
  close(SERVER)
}