mirror of
https://github.com/ksyasuda/rice.git
synced 2025-03-12 21:09:27 -07:00
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
for filename in "$@"; do
|
||
|
emacsclient -n -c "$@"
|
||
|
done
|