Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aerth/sh

:zap: Collection of #! for your ~
https://github.com/aerth/sh

Last synced: about 2 months ago
JSON representation

:zap: Collection of #! for your ~

Awesome Lists containing this project

README

        

#!/bin/bash

exit 1

```

$ cd $HOME
$ mkdir git && cd git
$ git clone https://github.com/aerth/sh.git
$ cd sh
$ less install.sh
$ ./install.sh
$ cd $HOME # really just type cd
$ ls bin sbin rc.d

```