Mercurial Hosting > editor
view scripts/install.sh @ 74:c3b0fba5c2bc default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 17 Jun 2025 13:00:25 -0600 |
parents | 99ebb6176d2f |
children |
line wrap: on
line source
#!/bin/bash set -e cd "$(dirname $0)" mkdir -p /usr/local/bin cat >/usr/local/bin/luan_editor <<End #!/bin/bash "$(pwd)/luan_editor.sh" "\$@" End chmod +x /usr/local/bin/luan_editor echo "The command 'luan_editor' has been installed"