mirror of
https://github.com/zplug/zplug
synced 2025-11-13 12:42:01 +01:00
8 lines
93 B
Bash
8 lines
93 B
Bash
#!/bin/zsh
|
|
|
|
__import "print/print"
|
|
|
|
__zplug::print::print::put "$_ZPLUG_VERSION\n"
|
|
|
|
return 0
|