work
This commit is contained in:
parent
420f084935
commit
ba64a66d91
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
bw-ssh-add id_rsa id_rsa_embark
|
||||
|
||||
|
|
3
bin/clip
3
bin/clip
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -eo pipefail
|
||||
set -e
|
||||
# exec echo -en "\x1b]52;c;$(base64 -w0)\x07"
|
||||
printf "\033]52;c;$(base64 -w0)\a"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue