Skip to content
/ scripts Public

Library containing some of my useful & daily used scripts

Notifications You must be signed in to change notification settings

najx/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

A repository called scripts 🛠

📚 This library contains some of my useful & daily used scripts

.
├───.config
└───src
    ├───bash
    ├───pwsh
    ├───python
    └───sql

Bash scripts

🤔 Want to execute a script from src/bash ?

Don't forget to make it executable by typing the following command:

chmod a+x ./<SCRIPT>.sh

Powershell scripts

🤔 Needs help with one of the Powershell script from src/pwsh ?

Before your prompt just type the following command to get more information about how to execute the script: Get-Help .\<SCRIPT_NAME> -full

Example: Get-Help .\Compress-Folders.ps1 -full

Python scripts

SQL scripts

About

Library containing some of my useful & daily used scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages