Rev 16 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/bash#ssh keykey=~/.ssh/id_ed25519#user iduid=1000;#portport=5956;#commit in develenv "SSH_AUTH_SOCK=/run/user/${uid}/keyring/ssh" usr/bin/commit --ssh-key ${key} --ssh-port ${port}