Subversion Repositories php-qbpwcf

Rev

Rev 16 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/bash

#ssh key
key=~/.ssh/id_ed25519

#user id
uid=1000;

#port
port=5956;

#commit in devel
env "SSH_AUTH_SOCK=/run/user/${uid}/keyring/ssh" usr/bin/commit --ssh-key ${key} --ssh-port ${port}