mirror of
https://github.com/ksyasuda/rice.git
synced 2026-09-11 05:16:33 -07:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
for filename in "$@"; do
|
|
emacsclient -n -e emacs -c "$@"
|
|
done
|