Guest User

Untitled

a guest
Apr 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. rm ~/sqoop/"$TABLE"/*
  2. rmdir ~/sqoop/"$TABLE"
  3. return $?
  4.  
  5. #!/bin/bash
  6.  
  7. return 0
  8.  
  9. line 1: return: can only `return' from a function or sourced script
Add Comment
Please, Sign In to add comment