6 lines
175 B
Bash
Executable file
6 lines
175 B
Bash
Executable file
#!/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."
|