zenith/install

6 lines
175 B
Text
Raw Permalink Normal View History

2024-07-16 14:08:48 +00:00
#!/bin/bash
echo "Deploying Zenith executable..."
ln -s ${PWD}/dist-newstyle/build/x86_64-linux/ghc-9.6.5/zenith-0.6.0.0/build/zenith/zenith ~/.local/bin/zenith
echo "Done."