Skip to content

Instantly share code, notes, and snippets.

@saxenap
Last active November 24, 2020 11:01
Show Gist options
  • Save saxenap/5e8c1cd6f3f38881e2ae16e29d6efdb9 to your computer and use it in GitHub Desktop.
Save saxenap/5e8c1cd6f3f38881e2ae16e29d6efdb9 to your computer and use it in GitHub Desktop.
#!/bin/bash
# rm -rf install-inotify-tools && wget -O php_environment https://gist.githubusercontent.com/saxenap/5e8c1cd6f3f38881e2ae16e29d6efdb9/raw/ && chmod 777 install-inotify-tools && ./install-inotify-tools
sudo amazon-linux-extras install -y epel
sudo yum install -y inotify-tools
#sudo yum -y install libtool
#git clone https://github.com/inotify-tools/inotify-tools.git
#cd inotify-tools
#sudo ./autogen.sh
#sudo ./configure && make && make install
#ln -s /usr/local/bin/inotifywatch /usr/bin/inotifywatch
#ln -s /usr/local/bin/inotifywait /usr/bin/inotifywait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment