summaryrefslogtreecommitdiff
path: root/src/haiku/add_resources.sh
blob: 3303233f282be03a7735541847fb5454c07551fc (plain)
1
2
3
#!/bin/sh

cp "$2" "$1" && xres -o "$1" -- "$3" && mimeset -f "$1" || (rm -f "$1"; exit 1)