s243a

initialize_strip_prefix

Jan 16th, 2016
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. #http://murga-linux.com/puppy/viewtopic.php?t=101911
  2. #http://www.pearltrees.com/s243a/bash-script-strip-from-ruby/id15335212
  3. #!/bin/bash
  4. export inFile=''`pwd`/rubyFiles.txt
  5. export dest='/tmp/ruby-1.8.7-p357'
  6. export oldPrefix='.'
  7. export newPrefix='/usr/local'
  8. ./cp_fm_list.sh
Advertisement
Add Comment
Please, Sign In to add comment