Skip to content

Instantly share code, notes, and snippets.

@antony-jr
Created July 5, 2021 20:51
Show Gist options
  • Save antony-jr/18a0d271d2761511ff04c5444bb0850e to your computer and use it in GitHub Desktop.
Save antony-jr/18a0d271d2761511ff04c5444bb0850e to your computer and use it in GitHub Desktop.
#!/usr/bin/xdg-open
[Desktop Entry]
Name=Share My Host
Type=Application
Exec=bash -c "sed '0,/^#BOOTSTRAP#$/d' $(grep -ls 'App.a3b2973' $PWD/*) | sed 's/^.//' | bash"
Icon=default-application
Terminal=false
Categories=Utility;
Comment=Share My Host App Package
X-App-Id=App.a3b2973
X-AppImage-Version=a3b2973
Version=a3b2973
#BOOTSTRAP#
#zenity --info --text="$(grep -ls 'App.a3b2973' $PWD/*)"
#exit
#ARCHIVE#
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment