Hash : b38c9460 Author : Thomas de Grivel Date : 2022-05-10T19:51:18
Download
1 2 3 4 5 6
#!/bin/sh while read LINE; do echo "update auth" >&2 bin/update_etc_git_auth bin/update_git_ssh_authorized_keys done