mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
4 lines
90 B
Text
4 lines
90 B
Text
|
#!/bin/sh
|
||
|
# Authenticate the repo upon 'git pull' and similar.
|
||
|
exec guix git authenticate
|