Skip to content

Commit 4e86d52

Browse files
committed
add line for bash execution
1 parent b14d117 commit 4e86d52

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

automation/automation.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
#!/usr/bin/env python3
12

2-
# Version 1.1
3-
# Author: Chih-Chen Kao
3+
4+
__author__ = "Chih-Chen Kao"
5+
__copyright__ = "Copyright (C) 2018, Chih-Chen Kao"
6+
__license__ = "GPL"
47

58
import telnetlib
69
import sys

format/formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
#!/usr/bin/env python3
12

2-
# Version 1.1
33
# Author: Chih-Chen Kao
44

55
import re

0 commit comments

Comments
 (0)