mirror of
https://github.com/zplug/zplug
synced 2025-08-30 17:50:43 +02: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
|