1
0
mirror of https://github.com/ksyasuda/rice.git synced 2025-04-30 15:13:49 -07:00
2021-11-06 15:13:43 -07:00

6 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
for filename in "$@"; do
emacsclient -n -e emacs -c "$@"
done