Skip to content

davidalb97/BatchBashRegTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

BatchBashRegTools

A collection of scripts made in Bash (.sh), Batch (.bat) & Registry Data (.reg) files.

src/main/bash

  • pull.sh
    • Recursively pulls all git repos using these rules as path:
      • Path parameter
      • REPOS enviroment variable
      • Current directory
    • Ignores folders with a file named ".ignorerepos"
    • Original ASCII art by kazitor

src/main/batch

  • killName.bat

    • Prompts user to type a process name to terminate it (Faster than windows task manager!)
  • moboModel.bat

    • Prints motherboard model (Useful when I'm lazy)
  • restartAudio.bat

Tip: Running .sh files on Windows

One easy way to run .sh files in windows is to install Git as it comes with a bash shell emulator, that's able to run .sh files (You could also create an .exe file that runs the emulator using C:\Windows\System32\iexpress.exe)

About

A collection of scripts made in Bash (.sh), Batch (.bat) & Registry Data (.reg) files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors