Skip to content

minhnguyent546/setter-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setter

setter

How to setup?

  • Create a directory for permanent storage (e.g., ~/scripts):
mkdir -p ~/scripts
mkdir -p ~/scripts/bin
  • Clone this repo:
cd ~/scripts
git clone https://github.com/minhnguyent546/setter-script.git setter
  • Create a symbolic link to executable file:
ln -s setter/bin/setter bin/setter
  • Finally, add bin to your PATH variable so you can execute it from any location:
echo 'export PATH="${PATH}:~/scripts/bin"' >> ~/.bashrc
source ~/.bashrc
  • Check if it works by running the following command:
setter --version

TODO list

  • Change output alignment for more readability.
  • Summary in setter gen.
  • Testing?

About

A simple script written in bash for problem setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages