rwxrob-dot/scripts/commandfrom
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

6 lines
115 B
Bash
Executable File

#!/usr/bin/env bash
while IFS= read -r line;do
key=${line%%=*}
echo "x.$key() { x.config $key \"\$@\"; }"
done