1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Make zsh happy as well (in sh mode).

This commit is contained in:
Vadim Zhukov
2018-07-11 11:37:54 +03:00
parent 3f16075d89
commit 417f911190
+1 -1
View File
@@ -89,7 +89,7 @@ prepare_query()
get_list_of_sections()
{
curl -s https://cht.sh/:list | grep -v '/.*/' | grep '/$'
curl -s https://cht.sh/:list | grep -v '/.*/' | grep '/$' | xargs
}
gen_random_str()