mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-10 06:03:47 -05:00
First commit
This commit is contained in:
12
setupScripts/dropbox.sh
Executable file
12
setupScripts/dropbox.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -f "../lib/utils.sh" ]; then
|
||||
source "../lib/utils.sh"
|
||||
else
|
||||
echo "You must have utils.sh to run. Exiting."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Confirm we have Dropbox
|
||||
hasDropbox
|
||||
|
||||
Reference in New Issue
Block a user