From bd414e5a57a37253f03bc65fbe80539314bbadb8 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 4 Jun 2003 02:54:41 +0000 Subject: [PATCH] add #! line --- demo/python/cmd.py | 1 + demo/python/mmap.py | 1 + 2 files changed, 2 insertions(+) diff --git a/demo/python/cmd.py b/demo/python/cmd.py index 739311b..b970ef0 100755 --- a/demo/python/cmd.py +++ b/demo/python/cmd.py @@ -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 diff --git a/demo/python/mmap.py b/demo/python/mmap.py index 00c9623..786f8eb 100755 --- a/demo/python/mmap.py +++ b/demo/python/mmap.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python ## A test-application to demonstrate using the Comedilib API ## and streaming acquisition in particular, from Python. -- 2.26.2