dotfiles/.local/bin/pull-emacs-tide
2025-06-04 22:46:46 +03:00

7 lines
175 B
Bash
Executable file

#! /usr/bin/sh
podman run \
--rm \
--volume /home/ohad/Sync/docker:/shared \
emacs_compile:latest \
sh -c "cp /src/emacs-tide*_amd64.deb /shared"