aur/pkgx.install
2023-10-05 16:30:17 +02:00

7 lines
117 B
Text

post_install() {
cat << 'EOF'
try it out:
pkgx node@18 --eval 'console.log("pkgx: run anything")'
EOF
}