Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2. if [[ -z "$VER" ]] then
  3. echo "VER not provided; Deriving value from INT"
  4. ./get_ver.rb > VER
  5. endif
  6. echo "VER=$VER" > VER
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement