mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 19:54:48 +08:00
zjunet user list
This commit is contained in:
parent
ba16647a06
commit
15221c49c6
@ -8,8 +8,6 @@ Command Line Scripts for ZJU (VPN / WLAN / DNS)
|
|||||||
|
|
||||||
- zjunet wlan
|
- zjunet wlan
|
||||||
|
|
||||||
- zjunet dns
|
|
||||||
|
|
||||||
## 目标
|
## 目标
|
||||||
|
|
||||||
- ZJU VPN
|
- ZJU VPN
|
||||||
@ -18,7 +16,7 @@ Command Line Scripts for ZJU (VPN / WLAN / DNS)
|
|||||||
|
|
||||||
- Arch Linux / Ubuntu 支持
|
- Arch Linux / Ubuntu 支持
|
||||||
|
|
||||||
- 路由器支持(sh)
|
- 路由器支持(written in sh)
|
||||||
|
|
||||||
- 多拨支持(多账户负载均衡)
|
- 多拨支持(多账户负载均衡)
|
||||||
|
|
||||||
|
|||||||
18
user.sh
Executable file
18
user.sh
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# init
|
||||||
|
CFG="$HOME/.zjunetrc"
|
||||||
|
touch $CFG
|
||||||
|
|
||||||
|
# dispatch
|
||||||
|
case "$1" in
|
||||||
|
add)
|
||||||
|
;;
|
||||||
|
edit)
|
||||||
|
;;
|
||||||
|
delete)
|
||||||
|
;;
|
||||||
|
list)
|
||||||
|
cat $CFG
|
||||||
|
;;
|
||||||
|
esac
|
||||||
Loading…
x
Reference in New Issue
Block a user