Created
February 12, 2020 07:04
-
-
Save dlsniper/97ca1287df1418aef413c465adeac6df to your computer and use it in GitHub Desktop.
Get the contents of the Linux File Watcher component for JetBrains IDEs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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