mirror of
https://github.com/ksyasuda/rice.git
synced 2025-02-10 14:24:04 -08:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
for filename in "$@"; do
|
|
emacsclient -n -c "$@"
|
|
done
|