Skip to content

Instantly share code, notes, and snippets.

View AVAtarMod's full-sized avatar
💎
Learning

Grigory Stupnikov AVAtarMod

💎
Learning
View GitHub Profile
@AVAtarMod
AVAtarMod / onchange.sh
Last active August 19, 2021 06:59 — forked from senko/onchange.sh
Watch entered directory and execute a command if anything in it changes
#!/bin/bash
#
# Watch current directory (recursively) for file changes, and execute
# a command when a file or directory is created, modified or deleted.
#
# Written by: Senko Rasic <senko.rasic@dobarkod.hr>
# Modified by: Grigory Stupnikov
#
# Requires Linux, bash and inotifywait (from inotify-tools package).
#
@AVAtarMod
AVAtarMod / instructions.md
Created April 10, 2022 10:15
Fix capital letters in PowerShell (Windows)

1. Run Windows PowerShell as administrator

  1. Press Win+S
  2. Type PowerShell
  3. Right click on PowerShell
  4. Run as administrator

2. Update Install-Module PSReadLine

  1. Copy Install-Module -Force PSReadLine to launched PowerShell window
  2. Press Enter
  3. Select 'Y' to answer the question