summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/compress-gzip/install.sh
blob: 7f208de42bcfb21cb1731db55516f82f6c18a17c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

cat > compress-gzip <<EOT
#!/bin/sh
\$TIMER_START
cat compressfile | gzip -c > /dev/null 2>&1
\$TIMER_STOP
EOT
chmod +x compress-gzip