4 lines
136 B
Bash
Executable file
4 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
|
|
file='/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns'
|
|
[ -e "$file" ] && mv -f "$file" "$file.bak"
|