Skip to content

ujan-r/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts

license: MIT No Attribution

Here are some shell scripts that (probably) work on my machine.

Installation

To install all scripts, run:

# Install all scripts.
. ./install.sh

You can also specify specific scripts to be installed:

# Install foo.
. ./install.sh foo

# Install foo and bar.
. ./install.sh foo bar

Uninstallation works similarly:

# Uninstall all scripts.
. ./uninstall.sh

# Uninstall foo and bar.
. ./uninstall.sh foo bar

License

See the LICENSE file.

Essentially, you're free to do whatever you like with this code. Just don't sue me :)

About

Some scripts of dubious utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages