Advertisement
zcutlip

crashplan restart script sed commands

May 22nd, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. appBaseName=`echo "$PWD" | sed -e 's/.*\/\(.*\)\.app\/.*/\1/'`
  2. appBaseNameLower=`echo "${appBaseName}" | sed 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement