Advertisement
Guest User

Untitled

a guest
Dec 6th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. srtfile=$(sed -n '/ from bierdopje/{s///p;q;}' /scripts/media/processing/postpost)
  3. if [ -n "$srtfile" ]; then
  4. echo "VAR is not empty"
  5. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement