From 49ae25a17284255cf485186688f877b8e0b0ca1f Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:10 +0300 Subject: [PATCH] Add a script for getting my version of Emacs from Docker --- .local/bin/pull-emacs-tide | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .local/bin/pull-emacs-tide diff --git a/.local/bin/pull-emacs-tide b/.local/bin/pull-emacs-tide new file mode 100755 index 0000000..75606cb --- /dev/null +++ b/.local/bin/pull-emacs-tide @@ -0,0 +1,7 @@ +#! /usr/bin/sh + +docker run \ + --rm \ + --volume /home/ohad/Sync/docker:/shared \ + emacs_compile:latest \ + sh -c "cp /src/emacs-tide*_amd64.deb /shared"