We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035be5b commit aeda5c4Copy full SHA for aeda5c4
2 files changed
npm/bin/pcr
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-exec "$(dirname "$0")/../lib/pcr-bin" "$@"
+exec "$(cd "$(dirname "$(readlink -f "$0" 2>/dev/null || realpath "$0" 2>/dev/null || echo "$0")")" && pwd)/../lib/pcr-bin" "$@"
npm/package.json
@@ -1,6 +1,6 @@
{
"name": "pcr-dev",
3
- "version": "0.1.6",
+ "version": "0.1.7",
4
"description": "PCR.dev CLI — capture AI coding prompts for peer review",
5
"bin": {
6
"pcr": "bin/pcr"
0 commit comments