diff options
Diffstat (limited to 'Demo/sockets/rpython.py')
-rwxr-xr-x | Demo/sockets/rpython.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sockets/rpython.py b/Demo/sockets/rpython.py index 9548301..77b2a7a 100755 --- a/Demo/sockets/rpython.py +++ b/Demo/sockets/rpython.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Remote python client. # Execute Python commands remotely and send output back. |