getInfos::guess skeleton

This commit is contained in:
ScriptFanix 2025-04-30 02:49:02 +02:00 committed by Vincent Riquer
parent 7ff9923113
commit e960b18462

10
lib/tags/getInfos::guess Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
getInfosGuess_version='guess-1'
tagreaders+=( "$getInfosGuess_version" )
getInfos::Guess() {
tagreader="$getInfosGuess_version"
local \
infos \
: #FIXME
}