4 lines
133 B
Bash
4 lines
133 B
Bash
|
#!/bin/sh
|
||
|
# we need to do this because of bug#47214
|
||
|
split --lines=1000000 --numeric-suffixes --suffix-length=4 --filter='./testdpkg'
|