https://github.com/andrew-j-larson/os-scripts
This is where I'll put my custom scripts/functions that might be useful in future projects of mine.
https://github.com/andrew-j-larson/os-scripts
applescript bash batch debian fedora linux macos msdos posix ps1 scpt sh ubuntu windows zsh
Last synced: 6 months ago
JSON representation
This is where I'll put my custom scripts/functions that might be useful in future projects of mine.
- Host: GitHub
- URL: https://github.com/andrew-j-larson/os-scripts
- Owner: Andrew-J-Larson
- License: gpl-3.0
- Created: 2019-09-01T18:45:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T23:10:33.000Z (6 months ago)
- Last Synced: 2025-04-09T06:09:35.936Z (6 months ago)
- Topics: applescript, bash, batch, debian, fedora, linux, macos, msdos, posix, ps1, scpt, sh, ubuntu, windows, zsh
- Language: PowerShell
- Homepage:
- Size: 4.46 MB
- Stars: 143
- Watchers: 6
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# OS Scripts
This is where I'll put my custom scripts/functions that might be useful in future projects of mine.Scripts/Apps that can be used on each OS:
- Windows: .PS1 (Always), .BAT/.CMD (Always), .SH (Sometimes: Usually for WSL's Bash/POSIX)
- Linux: .SH (Always: Usually Bash, otherwise POSIX), .PS1 (Sometimes: if Powershell is installed)
- Mac: .SCPT (Always: Usually AppleScript 2.0+), .SH (Always: Usually Zsh, otherwise Bash/POSIX), .APP (Sometimes; Usually script files bound together by Automator)Scripts that are specific to platform lie within their platform folder, while scripts that can be used on more than one system are put in the cross-platform folder.