better file names, simplify generate-hosts-sample script

This commit is contained in:
2022-12-05 12:12:45 +01:00
parent bb9bd2f72f
commit cb20aeaeaf
7 changed files with 21 additions and 20 deletions

7
generate-hosts-sample Executable file
View 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