summaryrefslogtreecommitdiff
path: root/iceweasel-ia32
blob: 0bed7cee7903c4f87d5c3cabc3e0b3d1776dea92 (plain)
  1. #!/bin/sh
  2. #
  3. # /usr/local/bin/iceweasel-ia32
  4. # Copyright 2008 Jonas Smedegaard <dr@jones.dk>
  5. #
  6. # $Id: KillMe,v 1.1 2002-07-12 13:01:04 jonas Exp $
  7. #
  8. # Invoke schroot'ed 32-bit Iceweasel
  9. #
  10. case $1 in
  11. -f|--force)
  12. schroot -c iceweasel -n iceweasel-ia32 -efq
  13. shift
  14. ;;
  15. esac
  16. exec schroot -c iceweasel -n iceweasel-ia32 -d "$HOME" -p iceweasel "$@"