6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while read p; do
|
|
echo "$p" | ./giftwrap
|
|
done < rockyou.txt
|