Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Zarcolio/2ulb

Easy shortcut to make scripts executable and link them from /usr/local/bin
https://github.com/Zarcolio/2ulb

command-line link linux python3

Last synced: 7 days ago
JSON representation

Easy shortcut to make scripts executable and link them from /usr/local/bin

Awesome Lists containing this project

README

        

# 2ulb
Easy shortcut to make scripts executable and link them from /usr/local/bin

#Installation
```
git clone https://github.com/Zarcolio/2ulb
sudo python3 2ulb 2ulb.py
```

# Use 2ulb.py
`sudo python 2ulb.py [-f]`

Or after using 2ulb on 2ulb:

`sudo 2ulb [-f]`

Use -f to force an overwrite of the link in /usr/local/bin.

# Use 2ulb-curdir.sh
Install a symbolic link with 2ulb:

`sudo 2ulb 2ulb-curdir.sh`

Then use 2ulb-curdir:

`2ulb-curdir `

For example:

`2ulb-curdir *.py`