mirror of
https://github.com/zplug/zplug
synced 2025-08-31 02:00:38 +02:00
8 lines
90 B
Bash
8 lines
90 B
Bash
#!/bin/zsh
|
|
|
|
__import "print/print"
|
|
|
|
__zplug::print::print::die "$_ZPLUG_HELP\n"
|
|
|
|
return 1
|