Skip to content

Instantly share code, notes, and snippets.

View Ebaneck's full-sized avatar
🎯
Focusing

Claude Ebaneck Ebaneck

🎯
Focusing
View GitHub Profile
#!/bin/sh
# Usernames who will be using the Dropbox service
DROPBOX_USERS="username"
DAEMON=.dropbox-dist/dropboxd
start() {
echo "Starting dropbox..."
for dbuser in $DROPBOX_USERS; do