2 changed files with 11 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash |
||||
|
||||
#Создан: Вт 25 фев 2020 18:24:10 |
||||
#Изменён: Вт 25 фев 2020 18:30:29 |
||||
|
||||
# Show Gentoo USE flag description |
||||
|
||||
curl -sq "https://packages.gentoo.org/useflags/${1?USAGE: $(basename "$0") [use flag]}" \ |
||||
| awk '/class="lead"/{getline; gsub(/^[ \t]+/, "", $0); print}' |
||||
|
Loading…
Reference in new issue