better file names, simplify generate-hosts-sample script
This commit is contained in:
7
generate-hosts-sample
Executable file
7
generate-hosts-sample
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Clean cache
|
||||
echo -n > ~/.cache/rofi-2.sshcache
|
||||
|
||||
# Add only root@localhost
|
||||
echo "1 root@localhost" >> ~/.cache/rofi-2.sshcache
|
||||
Reference in New Issue
Block a user