planet-wars/frontend/names.sh

11 lines
105 B
Bash
Raw Normal View History

2019-09-24 13:31:21 +00:00
#!/bin/bash
function name {
rig | head -n 1
}
for var in "$@"
do
mv "$var" "$(name).json"
done