1
0
mirror of https://github.com/ksyasuda/rice.git synced 2025-07-05 01:03:34 -07:00
Files
rice/scripts/emc

6 lines
75 B
Bash
Executable File

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