https://github.com/skywinder/bin
my personal scripts
https://github.com/skywinder/bin
Last synced: 4 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T12:39:26.000Z (over 1 year ago)
- Last Synced: 2025-10-12T19:32:12.544Z (8 months ago)
- Language: Shell
- Size: 26.5 MB
- Stars: 2
- Watchers: 1
- 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.