aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/desc.sh
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-08-25 12:35:54 +0800
committertypebrook <typebrook@gmail.com>2019-08-25 12:35:54 +0800
commitaf1f1c3332cd99db994b2f289200b7dab8cd4e4b (patch)
tree12679bfd38a56da306f222aede2d7f7821a69024 /test/desc.sh
parentde7367303246c68f3784e6fb2348295268a4f26a (diff)
update
Diffstat (limited to 'test/desc.sh')
-rwxr-xr-xtest/desc.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/desc.sh b/test/desc.sh
new file mode 100755
index 0000000..c9c8121
--- /dev/null
+++ b/test/desc.sh
@@ -0,0 +1,7 @@
1#!/bin/bash
2
3for name in $(cat qlist)
4do
5 echo $name
6 wd set-description $name en "A cyclone given name adopted by by ESCAP/WMO Typhoon Committee"
7done