Metadata-Version: 2.5
Name: startuniq
Version: 0.0.4
Summary: Start a remote program only if it is not already running, If it is running, ask the user whether to kill it or not.
Project-URL: Homepage, https://github.com/eicorg/scripts/tree/main/startuniq
Author-email: Andrey Sukhanov <sukhanov@bnl.gov>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# startuniq
Start a remote program only if it is not already running. If it is running, ask the user whether to kill it or not. Usage: python -m startuniq -s RemoteHost Program [ProgramArgs ...]

