rwxrob-dot/scripts/commandfrom

6 lines
115 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/usr/bin/env bash
while IFS= read -r line;do
key=${line%%=*}
echo "x.$key() { x.config $key \"\$@\"; }"
done