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:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user