Skip to content

Instantly share code, notes, and snippets.

View Shobhit-Nagpal's full-sized avatar
:octocat:
vibing

Shobhit Nagpal Shobhit-Nagpal

:octocat:
vibing
View GitHub Profile
# Utils
function log {
param([string]$Message)
Write-Host "`n$Message"
}
# Startup script (check $PROFILE and add below code there)
function touch {
param([string]$File)