Add a script for getting my version of Emacs from Docker
This commit is contained in:
parent
45ce640cec
commit
49ae25a172
1 changed files with 7 additions and 0 deletions
7
.local/bin/pull-emacs-tide
Executable file
7
.local/bin/pull-emacs-tide
Executable file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue