mirror of
https://github.com/plausible/analytics.git
synced 2024-11-24 12:42:30 +03:00
5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
BIN_DIR=`dirname "$0"`
|
||
|
|
||
|
${BIN_DIR}/bin/plausible eval Plausible.Release.seed
|