mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:04:45 +02:00
use arrows with emoji representation
We had... ◀ Go back to main README ▲ Go back to top ... and switch to... ⬅️ Go back to main README ⬆️ Go back to top
This commit is contained in:
parent
a38272e15e
commit
34ed387343
50 changed files with 148 additions and 148 deletions
|
@ -1,7 +1,7 @@
|
|||
Import SSH keys
|
||||
===============
|
||||
|
||||
[◀ Go back to main README](../README.md)
|
||||
[⬅️ Go back to main README](../README.md)
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
@ -29,5 +29,5 @@ Starting with an `authorized_keys` file you can split it on a shell:
|
|||
grep -E '^ssh-rsa' authorized_keys | nl -nrz | while read num type key name; do echo $type $key $name > $num-$name.pub; done
|
||||
|
||||
---
|
||||
[◀ Go back to main README](../README.md)
|
||||
[▲ Go back to top](#top)
|
||||
[⬅️ Go back to main README](../README.md)
|
||||
[⬆️ Go back to top](#top)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue