extract config files out of setup.sh

This commit is contained in:
Jacob Lifshay 2024-07-04 22:03:06 -07:00
parent 41ae856938
commit f6fe57aaf1
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
8 changed files with 445 additions and 396 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
printf -v args '%q ' "$SSH_ORIGINAL_COMMAND" "$0" "$@"
exec ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=$args"