Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slist includes items in directory where slist is called #11

Closed
houdinisparks opened this issue Mar 18, 2019 · 1 comment
Closed

slist includes items in directory where slist is called #11

houdinisparks opened this issue Mar 18, 2019 · 1 comment

Comments

@houdinisparks
Copy link

houdinisparks commented Mar 18, 2019

Installation steps taken:

git clone https://github.com/GovTechSG/slist.git
cd slist
chmod +x slist.sh
ln -s ${PWD}/slist.sh /usr/local/bin/slist

symlinks look fine:

$ ll /usr/local/bin/slist
lrwxr-xr-x  1 a662176  admin    29B Mar 18 17:17 /usr/local/bin/slist -> /Users/a662176/slist/slist.sh

Error Observed:

$ slist

image

Item 1. 2. 3. shouldnt be there

The items in the directory slist was called are also included in the list, any idea if its due to my set-up?

Here is the strucutre my config file for you ref:

Host *
  UseKeychain yes

Host alias1
   User ubuntu
   Hostname 1.1.1.1
   Port 22
   ForwardAgent yes


...

Host aliasn
   User ubuntu
   Hostname 1.1.1.1
   Port 22
   ForwardAgent yes

alvinsiew added a commit that referenced this issue Mar 19, 2019
@alvinsiew
Copy link
Collaborator

Issues fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants