mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(snippets): use a correct(er) shebang
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
eval `ssh-agent` && ssh-add
|
||||
eval $(ssh-agent) && ssh-add
|
||||
|
||||
Reference in New Issue
Block a user