mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 05:54:14 +02:00
made cli tools executable; added #!
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
+5
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from argparse import ArgumentParser
|
||||
from .BinaryBufferReader import BinaryBufferReader
|
||||
|
||||
@@ -60,3 +62,6 @@ def main():
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user