ssh-menu initial release
This commit is contained in:
7
rofi-forge-cache
Executable file
7
rofi-forge-cache
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Clean cache
|
||||
echo -n > ~/.cache/rofi-2.sshcache
|
||||
|
||||
# Look for hostfiles named after target names in $INFRA/host/
|
||||
ls ${INFRA}/host/ | sed "s/^/1 root@/" >> ~/.cache/rofi-2.sshcache
|
||||
Reference in New Issue
Block a user