Skip to content

Instantly share code, notes, and snippets.

@dlsniper
Created February 12, 2020 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlsniper/97ca1287df1418aef413c465adeac6df to your computer and use it in GitHub Desktop.
Save dlsniper/97ca1287df1418aef413c465adeac6df to your computer and use it in GitHub Desktop.
Get the contents of the Linux File Watcher component for JetBrains IDEs
#!/usr/bin/env bash
mkdir ~/jbFileWatcher
cd ~/jbFileWatcher
wget https://raw.githubusercontent.com/JetBrains/intellij-community/master/native/fsNotifier/linux/fsnotifier.h
wget https://raw.githubusercontent.com/JetBrains/intellij-community/master/native/fsNotifier/linux/inotify.c
wget https://raw.githubusercontent.com/JetBrains/intellij-community/master/native/fsNotifier/linux/main.c
wget https://raw.githubusercontent.com/JetBrains/intellij-community/master/native/fsNotifier/linux/make.sh
wget https://raw.githubusercontent.com/JetBrains/intellij-community/master/native/fsNotifier/linux/util.c
chmod +x make.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment