mirror of
https://github.com/ksyasuda/rice.git
synced 2026-06-12 15:13:33 -07:00
Merge branch 'dev' of github.com:ksyasuda/SudacodeRice into dev
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
HOSTS=(
|
||||||
|
"DEPOT02 - dc1lxsdepot02.westlakefinancial.com"
|
||||||
|
)
|
||||||
|
|
||||||
|
CHOICE=$(printf '%s\n' "${HOSTS[@]}" | rofi -dmenu -i -l 10)
|
||||||
|
|
||||||
|
echo $CHOICE
|
||||||
|
|
||||||
|
|
||||||
|
# print hostname
|
||||||
|
printf "%s\n" "${HOSTS[@]}" | awk '{print $NF}'
|
||||||
Reference in New Issue
Block a user