Skip to content

Instantly share code, notes, and snippets.

@c5inco
Created December 18, 2018 04:10
Show Gist options
  • Save c5inco/e414afd7fcd494aa2b8898ec2f44cd40 to your computer and use it in GitHub Desktop.
Save c5inco/e414afd7fcd494aa2b8898ec2f44cd40 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ $# -gt 0 ]
then
defaults write com.apple.finder CreateDesktop $@
killall Finder
else
echo 'Error: Missing boolean'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment