adium/adium

file isExecutable
Add a short delay to the contentAdded event, to ensure it's run after the content has been appended.
#!/bin/sh
#
#################################
# Copies the contents of all nibs in the current directory to $1
#################################
#
destination="$1"
find . '(' -name "*.nib" ')' -prune -execdir cp "{}/classes.nib" "$1/{}" ';'
find . '(' -name "*.nib" ')' -prune -execdir cp "{}/keyedobjects.nib" "$1/{}" ';'