Skip to content

Instantly share code, notes, and snippets.

@mijorus
Created December 5, 2022 12:36
Show Gist options
  • Save mijorus/2a9dade0f4612be219768b9438c4d013 to your computer and use it in GitHub Desktop.
Save mijorus/2a9dade0f4612be219768b9438c4d013 to your computer and use it in GitHub Desktop.
Mega FTP toggle
# Toggle the ftp server on and off
test -f /tmp/megaftp-on && (mega-ftp -d --all && rm /tmp/megaftp-on && notify-send 'Mega FTP stopped') || (mega-ftp ./ && touch /tmp/megaftp-on && notify-send 'Mega FTP started'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment