rice/scripts/emc

6 lines
75 B
Bash
Executable File

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