Git Product home page Git Product logo

advanced_shelling's Introduction

Installation:

cd advanced_shelling/
sudo make install

Add the following to you ~/.bashrc file for loading 'advanced_shelling' on every login shell.

if [ -f /usr/sbin/advanced_shelling/load.sh ]; then
        source /usr/sbin/advanced_shelling/load.sh
fi

edit the file /etc/advanced_shelling/config.inc change BASE_ITEM=base to your filename requirements

for example, the use of BASE_ITME=.base will hide every base file.

Use 'mode_make' for automatically creating a 'base' file in the current directory.

A complete example for below.

Example Use:

devops@localhost:~$ source /usr/sbin/advanced_shelling/load.sh 
devops@localhost:~$ cd workspace/
devops@localhost:~/workspace$ mkdir project
devops@localhost:~/workspace$ cd project/
devops@localhost:~/workspace/project$ mode_make 
Adding /home/devops/workspace/project/sbin to PATH
Adding /home/devops/workspace/project/bin to PATH
devops@localhost:/project$ ls -l
total 4
-rw-r--r-- 1 devops devops 78 Feb  6 09:38 base
devops@localhost:/project$ mkdir try0
devops@localhost:/project$ cd try0/
devops@localhost:/project/try0$ git init
Initialized empty Git repository in /home/devops/workspace/project/try0/.git/
devops@localhost:/project/try0--$ touch README
devops@localhost:/project/try0--M$ git add README 
devops@localhost:/project/try0--M$ git commit -m "adding README"
[master (root-commit) ad7ce35] adding README
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 README
devops@localhost:/project/try0--$ git remote add origin http://repos.server.org/try0
devops@localhost:/project/try0-try0-$ echo "change" >> README 
devops@localhost:/project/try0-try0-M$ git add README 
devops@localhost:/project/try0-try0-M$ git commit -m "update"
[master 134c727] update
 1 file changed, 1 insertion(+)
devops@localhost:/project/try0-try0-$ cd ..
devops@localhost:/project$ cd ..
Restoring prompt
Removing paths
devops@localhost:~/workspace$

Trying before installation:

Modify the load.sh, config.inc, installation.inc for the correct path of you current directory for 'advanced_shelling'. Running 'source load.sh' will load advanced shelling goodies and you are ready to go.

advanced_shelling's People

Contributors

theffect avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.