Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 500 Bytes

File metadata and controls

12 lines (9 loc) · 500 Bytes

scripts

Various scripts

  • pvaccesslist: List all active EPICS PVAccess PVs. Discovers servers using pvlist, extracts the first ip:port token after tcp@[, then runs pvlist <ip:port> for each server and writes results to stdout.

  • startuniq: Start program on a remote/local host only if it is not already running. If it is running, ask the user whether to kill it or not.