Skip to content

Commit 39376d9

Browse files
committed
Added shebang to directly execute from terminal
1 parent c1757e9 commit 39376d9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Client.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env python
2+
13
import socket
24
import sys
35
import time

p2p.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env python
2+
13
import socket
24
import sys
35
import time

0 commit comments

Comments
 (0)