summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/elisp-packages/update-melpa
blob: 5c636416a5e6b09c2e00f32f653533c14c553200 (plain) (blame)
1
2
3
4
5
6
#! /usr/bin/env nix-shell
#! nix-shell --show-trace ./updater-emacs.nix -i bash

SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"

exec emacs --fg-daemon=updater --quick -l $SCRIPT_DIR/update-melpa.el -f run-updater "$@"