- Notifications
You must be signed in to change notification settings - Fork0
wingkwong/sc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
sc is a collection of Bash Alias scripts.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/wingkwong/sc/master/install.sh)"
sh -c "$(wget -O- https://raw.githubusercontent.com/wingkwong/sc/master/install.sh)"
By default, all modules are disabled.
To enable an alias module:sc -e [alias_module]
sc -e apache# Use the alias defined in the specified module. Example:# apsta
To disable an alias module:sc -d [alias_module]
sc -d apache
To check the usage:sc -h
sc -h
Please check outhere