Files
2026-07-13 13:00:08 +08:00

8 lines
195 B
Go

package permission
import "reasonix/internal/shellsafe"
func normalizeBashSafeRedirectsForMatch(subject string) (string, bool) {
return shellsafe.NormalizeBashSafeRedirectsForMatch(subject)
}