8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Clean cache
|
|
echo -n > ~/.cache/rofi-2.sshcache
|
|
|
|
# Add only root@localhost
|
|
echo "1 root@localhost" >> ~/.cache/rofi-2.sshcache
|