summaryrefslogtreecommitdiff
path: root/d
blob: f1eac72c14584442488fb17db3577ed9c39b6fff (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

ork_file=MJB-L3.ork

if file ${ork_file} | grep -q "Zip archive"; then
  mv ${ork_file} ${ork_file}.gz
  gunzip ${ork_file}.gz
fi