https://github.com/selfup/scripts
Useful scripts
https://github.com/selfup/scripts
Last synced: about 1 year ago
JSON representation
Useful scripts
- Host: GitHub
- URL: https://github.com/selfup/scripts
- Owner: selfup
- License: mit
- Created: 2019-08-26T03:11:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T03:30:35.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T15:11:19.606Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts
Useful scripts
## Download Options
#### Clone the GitHub repo
`git clone https://github.com/selfup/scripts`
#### Clone the GitLab repo
`git clone https://gitlab.com/selfup/scripts`
#### Direct Download Link (zip)
https://gitlab.com/selfup/scripts/-/jobs/artifacts/master/download?job=scripts
#### cURL (zip)
```bash
curl -L https://gitlab.com/selfup/scripts/-/jobs/artifacts/master/download?job=scripts > scripts.zip
```
#### wget (zip)
```bash
wget https://gitlab.com/selfup/scripts/-/jobs/artifacts/master/download?job=scripts -O scripts.zip
```
Now Unzip `scripts.zip`
- Linux/macOS `unzip scripts.zip`
- Windows use File Explorer/7zip