This commit is contained in:
Daniel Lundin 2019-12-02 11:30:13 +01:00
parent 420f084935
commit ba64a66d91
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
set -e
bw-ssh-add id_rsa id_rsa_embark

View file

@ -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"