Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo "Moving all script files to script directory..."
  4. mv *.sh $HOME/linux/scripts
  5. #./shm 2> /dev/null
  6. if [ $? -ne 0 ]
  7. then
  8. echo "No files with .sh suffix"
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement