7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eu
|
|
npm install
|
|
npm run verify
|
|
omp plugin link .
|
|
printf '%s\n' 'POM linked. Restart OMP or run /reload-plugins, then run /pom theme install.'
|