Update ynh_sanitize_name

This commit is contained in:
yalh76 2019-07-09 01:12:41 +02:00
parent 1168c040d7
commit 5c404af2e1

View File

@ -1,3 +1,5 @@
#!/bin/bash
# Sanitize a string intended to be the firstname lastname # Sanitize a string intended to be the firstname lastname
# (More specifically : removing - . and _) # (More specifically : removing - . and _)
# #