Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skywinder/bin
my personal scripts
https://github.com/skywinder/bin
Last synced: about 1 month ago
JSON representation
my personal scripts
- Host: GitHub
- URL: https://github.com/skywinder/bin
- Owner: skywinder
- License: mit
- Created: 2013-11-28T12:47:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T07:31:36.000Z (9 months ago)
- Last Synced: 2024-10-13T15:27:06.786Z (3 months ago)
- Language: Shell
- Size: 26.5 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#bin
##My personal helper-scripts.---
###To intall:
- `cd ~ && git clone https://github.com/skywinder/bin.git`- And don't forget to add this path to your **.bashrc/.zshrc/\*rc** file:
`export PATH=$PATH:$HOME/bin`---
##Desctiption:- **`xopen`** - to open workspace or xcode project in the current directory in XCode. Just go to directory and type `xopen`
- **`aopen`** - same thing, but for lovely **AppCode**.
- **`wolcmd`** - Wake On Lan Command Line
*Usage: wolcmd [mac address] [ipaddress] [subnet mask] [port number]*
i.e. wolcmd 009027a322fc 195.188.159.20 255.255.255.0 4343
`appcode` - Just a support file to `aopen` -autogenerated python file from AppCode to run them.