Guest User

Untitled

a guest
Mar 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. /**
  2. * This function should only be used within @thisfile.
  3. */
  4.  
  5. #!/bin/bash
  6. pathToScript=`pwd`"/"
  7. sed -e "s:@thisfile:${1/$pathToScript/}:g" $1
Add Comment
Please, Sign In to add comment