Advertisement
Guest User

Untitled

a guest
Jul 18th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. fixupPhase = ''
  2. echo "I am here:"
  3. pwd
  4. ls -a
  5. echo "outPath:"
  6. echo "$outPath"
  7. echo "things at outpath:"
  8. ls -a $outPath/
  9. echo "out:"
  10. echo "$out"
  11. echo "things at out:"
  12. ls -a $out/
  13. echo "Copying sc3plugins to the extensions dir: $out/share/SuperCollider/Extensions"
  14. cp ${sc3plugins} $out/share/SuperCollider/Extensions
  15. '';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement