4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
ssh git@git.aryadevchavali.com "ls /git" | grep $1
|