mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
4 lines
49 B
Bash
4 lines
49 B
Bash
#!/bin/sh
|
|
read line
|
|
test "$line" = "Halle Potta"
|