Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
x committed May 11, 2021
1 parent 84a2eca commit 67562fb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion r/usr/bin/usehauth
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
2 changes: 1 addition & 1 deletion r/usr/bin/usesauth
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
2 changes: 1 addition & 1 deletion r/usr/bin/usesocks
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
2 changes: 1 addition & 1 deletion r/usr/bin/usesocksdns
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
2 changes: 1 addition & 1 deletion r/usr/bin/usesockshttp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
2 changes: 1 addition & 1 deletion r/usr/bin/usessh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
3 changes: 1 addition & 2 deletions r/usr/bin/usesshdns
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash


clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
2 changes: 1 addition & 1 deletion r/usr/bin/usesshltc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
2 changes: 1 addition & 1 deletion r/usr/bin/usev6hauth
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down
2 changes: 1 addition & 1 deletion r/usr/bin/usev6sauth
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

clear
tide

# Escape code
esc=`echo -en "\033"`
Expand Down

0 comments on commit 67562fb

Please sign in to comment.