dotfiles/.local/bin/pull-emacs-tide

7 lines
187 B
Bash
Executable file

#! /usr/bin/sh
podman run \
--rm \
--volume "$(systemd-path user)"/Sync/docker:/shared \
emacs_compile:latest \
sh -c "cp /src/emacs-tide*_amd64.deb /shared"