From 72781b2370794fc1df7b49abf160ee02a09116dd Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 14 Jun 2016 13:53:42 +0900 Subject: [PATCH 1/2] Add l2tp command --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index 6ea23f0..ce3c1ba 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,17 @@ l2tp.sh * Description: Auto install L2TP VPN for CentOS6+/Debian7+/Ubuntu12+ * Intro: https://teddysun.com/448.html +``` +Usage: l2tp [-l,--list|-a,--add|-d,--del|-h,--help] +``` + +| Command | Description | +|------------------|------------------------------| +| l2tp -l,--list | List all users | +| l2tp -a,--add | Add a user | +| l2tp -d,--del | Delete a user | +| l2tp -h,--help | Print this help information | + bench.sh ======== From aa2766aa39172025bba0128f7e9c88ca73d0efef Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 14 Jun 2016 14:06:32 +0900 Subject: [PATCH 2/2] Update --- Readme.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index ce3c1ba..d5540d2 100644 --- a/Readme.md +++ b/Readme.md @@ -5,23 +5,32 @@ l2tp.sh * Description: Auto install L2TP VPN for CentOS6+/Debian7+/Ubuntu12+ * Intro: https://teddysun.com/448.html -``` +```bash Usage: l2tp [-l,--list|-a,--add|-d,--del|-h,--help] -``` -| Command | Description | +| Bash Command | Description | |------------------|------------------------------| | l2tp -l,--list | List all users | | l2tp -a,--add | Add a user | | l2tp -d,--del | Delete a user | | l2tp -h,--help | Print this help information | - +``` bench.sh ======== * Description: Auto test download & I/O speed script * Intro: https://teddysun.com/444.html +```bash +Usage: + +| Option | Bash Command | +|----------|---------------------------------| +| 1 | wget -qO- bench.sh | bash | +| 2 | curl -Lso- bench.sh | bash | +| 3 | wget -qO- 86.re/bench.sh | bash | +| 4 | curl -so- 86.re/bench.sh | bash | +``` unixbench.sh ============