Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerth/sh
:zap: Collection of #! for your ~
https://github.com/aerth/sh
Last synced: 3 months ago
JSON representation
:zap: Collection of #! for your ~
- Host: GitHub
- URL: https://github.com/aerth/sh
- Owner: aerth
- Created: 2016-04-28T03:39:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T08:02:05.000Z (over 7 years ago)
- Last Synced: 2024-06-29T04:35:31.551Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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```