mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
9 lines
162 B
Bash
9 lines
162 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
###
|
||
|
### WARNING: This feature is new and experimental. Use it at your own risk!
|
||
|
###
|
||
|
|
||
|
ROOT=/INSECURE/devtools/phabricator
|
||
|
exec "$ROOT/bin/ssh-auth" $@
|