Readme update

This commit is contained in:
Maciej Krok 2016-09-18 16:34:24 +02:00
parent 1a68ae3321
commit 2ce4be9089
2 changed files with 35 additions and 5 deletions

View File

@ -1,3 +1,37 @@
# mScripts # mScripts
after cloning repo you can run *bash ./init.sh* then scripts will be accesable to you in bash After cloning repo you can run *bash ./init.sh* then scripts will be accessible to you in bash
##bash
### flac2alac
Find all flac in current dir and coverts them to ALAC for playback on iOS and iPods
### initdir4
Create my dir structure for user first argument is user name 2 is place where to put dirs
### itunes
Control iTunes from command line written by David Schlosnagle
### macinfo
Prints some info about Mac
### moveivi
Move converted files from iVi to iTunes
### mssh
Normal SSH but create or connect to tmux option to do this *--tmux-name*
### pidof
Process id of *name*
### psg
*ps aux* or *ps aux | grep allArgs*
### startScreenSaver
Start Screen Saver on Mac from CLI
### startUpItems
Show startup items of current user on Mac
### whatIsMyIP
Shows current IP

View File

@ -1,7 +1,3 @@
#!/bin/bash #!/bin/bash
echo -----------------------------
echo Public Facing IP Address
echo -----------------------------
wget http://ipinfo.io/ip -qO - wget http://ipinfo.io/ip -qO -
echo