Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Commit ae5dec8

Browse files
committed
minor bugfix and improvement
1 parent 02d67cf commit ae5dec8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
#!/bin/bash
12
#########################################################################
23
# File Name: install.sh
34
# Author: Li Jiahao
45
# ###############
56
67
# Created Time: Sat 21 May 2016 02:18:25 PM CST
78
#########################################################################
8-
#!/bin/bash
99

1010
echo "Would you like a Chinese installation prompt?(y/N)"
1111
read zh_enable

ipgw.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
#!/bin/bash
12
#########################################################################
23
# File Name: ipgw.sh
34
# Author: Li Jiahao
45
# ###############
56
67
# Created Time: Sat 21 May 2016 10:50:21 AM CST
78
#########################################################################
8-
#!/bin/bash
99

1010
usage()
1111
{

uninstall.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
#!/bin/bash
12
#########################################################################
23
# File Name: uninstall.sh
34
# Author: Li Jiahao
45
# ###############
56
67
# Created Time: Wed 08 Feb 2017 11:49:25 AM CST
78
#########################################################################
8-
#!/bin/bash
99

1010
echo "感谢使用NEU IPGW登陆器 2645工作室出品"
1111

0 commit comments

Comments
 (0)