1
0
mirror of https://github.com/ksyasuda/rice.git synced 2025-02-13 01:59:20 -08:00

6 lines
75 B
Plaintext
Raw Normal View History

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