mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
4 lines
49 B
Bash
4 lines
49 B
Bash
#!/bin/sh
|
|
read line
|
|
test "$line" = "Halle Potta"
|