mirror of
https://github.com/git/git.git
synced 2024-12-28 03:03:39 +08:00
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
function RIGHT {
|
||
|
functionInvalidSyntax {
|
||
|
:
|
||
|
echo 'ChangeMe'
|
||
|
}
|
||
|
}
|