Fix spelling mistake
[ctsim.git] / debian / make-upstream.sh
1 #!/bin/bash -e
2
3 bups ctsim -d"-name doc -or -name images"
4
5 exit 0