Add emojis to more scripts
This commit is contained in:
parent
1b180a8a25
commit
2b2e74a75d
13 changed files with 140 additions and 74 deletions
scripts
|
@ -1,9 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
# Create tmp file
|
||||
tmpfile=$(mktemp)
|
||||
|
||||
# Concat files
|
||||
cat hosts/nixos/*/keys/id_*.pub > $tmpfile
|
||||
|
||||
# Copy concat result
|
||||
scp $tmpfile $(cat hosts/nixos/common/optional/services/restic/url.txt):.ssh/authorized_keys
|
||||
|
||||
# Cleanup file
|
||||
rm -rf $tmpfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue