summaryrefslogtreecommitdiffstats
path: root/pigeonhole/tests/plugins/extprograms/bin/big
blob: ce1df51f179d8e5dfb012d0ae95bce0e4f5a6590 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

N="0123456701234567012345670123456701234567012345670123456701234567"
N="$N$N$N$N$N$N$N$N$N$N$N$N$N$N$N$N"
echo -n "$N$N"

exit 0