add #! line

This commit is contained in:
David Schleef 2003-06-04 02:54:41 +00:00
parent cbc88ac621
commit bd414e5a57
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
## It emulates the program "cmd" which is distributed with
## the comedilib software
## Copyright (C) May 2003 Luc Lefebvre

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
## A test-application to demonstrate using the Comedilib API
## and streaming acquisition in particular, from Python.