Skip to content

Commit

Permalink
Reorders all scripts into subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
mclang committed Sep 6, 2022
1 parent 0c535a3 commit 396cb17
Show file tree
Hide file tree
Showing 28 changed files with 17 additions and 59 deletions.
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### Custom git ignores ###

# Ignore ALL files EXCEPT files in the sub-directories:
# NOTE: Should be BEFORE `gitignore.io` ones b/c last match decides if file is ognored or not!
*
!*/
!*/*

*.cfg
*.json



# Created by https://www.gitignore.io/api/vim,linux,visualstudiocode

Expand Down Expand Up @@ -38,7 +50,3 @@ tags

# End of https://www.gitignore.io/api/vim,linux,visualstudiocode

# Custom git ignores
*.cfg
*.json

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Miscellaneous Utility Scripts for Linux
# Various scripts and tools for Linux

All scripts should be put under related sub-directories, i.e **none** should reside directly in
`~/bin` directory. Instead create hard links as needed for those scripts that need to be accessed
through user `PATH`.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
54 changes: 0 additions & 54 deletions vivaldi-ffmpeg-workaround.sh

This file was deleted.

0 comments on commit 396cb17

Please sign in to comment.