minetest-mod-update/list-conflicts.sh

10 lines
364 B
Bash
Executable File

#!/bin/bash
#
# This script is used when you try to run fetch.sh and get an error due to multiple mod matches
# It is used to list the multiple matches so you can get the username to use in fetch.sh
# ./fetch.sh mod_name username
#
# This is hopefully a temporary measure and a better solution will be made for the main fetch.sh
grep "$1" ./mods | sed 's/^.*|//'